Adjust test case addition in r218702 so as not to fail when the X86 target isn't built.

llvm-svn: 218708
This commit is contained in:
David Blaikie 2014-09-30 22:02:27 +00:00
parent 4f910094ef
commit d848d2d5db
3 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,5 @@
; REQUIRES: object-emission
; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump - | FileCheck %s
; RUN: %llc_dwarf -O0 -filetype=obj < %s -mtriple x86_64-apple-darwin | llvm-dwarfdump - \
; RUN: | FileCheck --check-prefix=CHECK --check-prefix=DARWIN %s
; Generated from the following source compiled with clang++ -gmlt:
; void f1() {}

View File

@ -0,0 +1,3 @@
; REQUIRES: object-emission
; RUN: %llc_dwarf -O0 -filetype=obj < %S/../Inputs/gmlt.ll -mtriple x86_64-apple-darwin | llvm-dwarfdump - \
; RUN: | FileCheck --check-prefix=CHECK --check-prefix=DARWIN %S/../Inputs/gmlt.ll

2
test/DebugInfo/gmlt.test Normal file
View File

@ -0,0 +1,2 @@
; REQUIRES: object-emission
; RUN: %llc_dwarf -O0 -filetype=obj < %S/Inputs/gmlt.ll | llvm-dwarfdump - | FileCheck %S/Inputs/gmlt.ll