mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 08:26:29 +00:00
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:
parent
4f910094ef
commit
d848d2d5db
@ -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() {}
|
3
test/DebugInfo/X86/gmlt.test
Normal file
3
test/DebugInfo/X86/gmlt.test
Normal 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
2
test/DebugInfo/gmlt.test
Normal 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
|
Loading…
Reference in New Issue
Block a user