diff options
Diffstat (limited to 'test/DebugInfo/X86/gmlt.test')
-rw-r--r-- | test/DebugInfo/X86/gmlt.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/DebugInfo/X86/gmlt.test b/test/DebugInfo/X86/gmlt.test new file mode 100644 index 000000000000..6cdd71d68bd9 --- /dev/null +++ b/test/DebugInfo/X86/gmlt.test @@ -0,0 +1,2 @@ +; 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 |