llvm/test/DebugInfo/X86/expressions.ll: %llc_dwarf shouldn't be used with -mtriple...
[oota-llvm.git] / test / DebugInfo / X86 / expressions.ll
index eb018d94736c0fa218bb26a2d0da1b4022194b30..52c1b08f8b071e49d5e232aa440afed05c9a6e11 100644 (file)
@@ -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