summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-10-01 00:29:16 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-10-01 00:29:16 +0000
commit614f1001ecbe7e272989a0cba493e8d14eaee4bd (patch)
tree2c0dbcf6a85e01fc2ef2708aeb8849f5ac847eed
parent08cc4b950cac86d704ff57a89ee8754cb035bd9e (diff)
downloadbcm5719-llvm-614f1001ecbe7e272989a0cba493e8d14eaee4bd.tar.gz
bcm5719-llvm-614f1001ecbe7e272989a0cba493e8d14eaee4bd.zip
llvm/test/DebugInfo/X86/gmlt.test: Get rid of %llc_dwarf. It should not be used with -mtriple.
Also, remove object-emission. test/DebugInfo/X86 doesn't require it. llvm-svn: 218722
-rw-r--r--llvm/test/DebugInfo/X86/gmlt.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/gmlt.test b/llvm/test/DebugInfo/X86/gmlt.test
index 355c22a13a7..6cdd71d68bd 100644
--- a/llvm/test/DebugInfo/X86/gmlt.test
+++ b/llvm/test/DebugInfo/X86/gmlt.test
@@ -1,3 +1,2 @@
-; REQUIRES: object-emission
-; RUN: %llc_dwarf -O0 -filetype=obj < %S/../Inputs/gmlt.ll -mtriple x86_64-apple-darwin | llvm-dwarfdump - \
+; 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
OpenPOWER on IntegriCloud