mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Refactor the gmlt tests. (NFC)
llvm-svn: 293852
This commit is contained in:
parent
a32a950c69
commit
4e36e683c7
5
test/DebugInfo/Generic/gmlt.test
Normal file
5
test/DebugInfo/Generic/gmlt.test
Normal file
@ -0,0 +1,5 @@
|
||||
; REQUIRES: object-emission
|
||||
; RUN: %llc_dwarf -O0 -filetype=obj < %S/../Inputs/gmlt.ll | llvm-dwarfdump - | FileCheck %S/../Inputs/gmlt.ll
|
||||
|
||||
; There's a darwin specific test in X86/gmlt, so it's okay to XFAIL this here.
|
||||
; XFAIL: darwin
|
@ -1,8 +1,4 @@
|
||||
; REQUIRES: object-emission
|
||||
; RUN: %llc_dwarf -O0 -filetype=obj < %S/gmlt.ll | llvm-dwarfdump - | FileCheck %S/gmlt.ll
|
||||
|
||||
; There's a darwin specific test in X86/gmlt, so it's okay to XFAIL this here.
|
||||
; XFAIL: darwin
|
||||
|
||||
; Generated from the following source compiled with clang++ -gmlt:
|
||||
; void f1() {}
|
@ -1,2 +1,2 @@
|
||||
; RUN: llc -O0 -filetype=obj < %S/../Generic/gmlt.ll -mtriple x86_64-apple-darwin | llvm-dwarfdump - \
|
||||
; RUN: | FileCheck --check-prefix=CHECK --check-prefix=DARWIN %S/../Generic/gmlt.ll
|
||||
; RUN: llc -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user