decl-derived-member.ll: Try to unbreak. Don't add -mtriple to %llc_dwarf.

llvm-svn: 203732
This commit is contained in:
NAKAMURA Takumi 2014-03-12 23:08:19 +00:00
parent b325b81138
commit 8a5a590cd1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
; REQUIRES: object-emission
; RUN: %llc_dwarf -mtriple x86_64-pc-linux -O0 -filetype=obj %s -o %t
; RUN: llc -mtriple x86_64-pc-linux -O0 -filetype=obj %s -o %t
; RUN: llvm-dwarfdump %t | FileCheck %s
; Testcase from: