summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-06-09 08:03:33 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-06-09 08:03:33 +0000
commitd93855c82f72abbb39de1a36c4e52e9a3c4c9db7 (patch)
tree90526e9b417957b70c8b61a431eb912065dda1fd
parentc7ee97d696d0b086786237266f471636c86eaa0a (diff)
downloadbcm5719-llvm-d93855c82f72abbb39de1a36c4e52e9a3c4c9db7.tar.gz
bcm5719-llvm-d93855c82f72abbb39de1a36c4e52e9a3c4c9db7.zip
llvm/test/DebugInfo/X86/expressions.ll: %llc_dwarf shouldn't be used with -mtriple, since %llc_dwarf implies the triple.
In this case, use plain "llc". llvm-svn: 239390
-rw-r--r--llvm/test/DebugInfo/X86/expressions.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/expressions.ll b/llvm/test/DebugInfo/X86/expressions.ll
index eb018d94736..52c1b08f8b0 100644
--- a/llvm/test/DebugInfo/X86/expressions.ll
+++ b/llvm/test/DebugInfo/X86/expressions.ll
@@ -1,6 +1,6 @@
; REQUIRES: object-emission
-; RUN: %llc_dwarf -mtriple x86_64-apple-darwin14.0.0-elf -filetype=obj %s -o %t
-; RUN: %llc_dwarf -mtriple x86_64-apple-darwin14.0.0-elf -O0 -filetype=obj %s -o %t0
+; RUN: llc -mtriple x86_64-apple-darwin14.0.0-elf -filetype=obj %s -o %t
+; RUN: llc -mtriple x86_64-apple-darwin14.0.0-elf -O0 -filetype=obj %s -o %t0
; RUN: llvm-dwarfdump -debug-dump=loc %t | FileCheck %s
; RUN: llvm-dwarfdump -debug-dump=loc %t0 | FileCheck -check-prefix CHECK-O0 %s
OpenPOWER on IntegriCloud