Fix llvm/test/DebugInfo/X86/recursive_inlining.ll to use %llc_dwarf.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 8 Aug 2014 02:24:05 +0000 (02:24 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 8 Aug 2014 02:24:05 +0000 (02:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215181 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/X86/recursive_inlining.ll

index 3949ad68475f619fc2d9f72a998e5526d050a6fe..2a70beff03f05b3a6ff443feb364d4c4525cd24e 100644 (file)
@@ -1,6 +1,6 @@
 ; REQUIRES: object-emission
 
 ; REQUIRES: object-emission
 
-; RUN: llc -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
+; RUN: %llc_dwarf -filetype=obj -O0 < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
 
 ; This isn't a very pretty test case - I imagine there might be other ways to
 ; tickle the optimizers into producing the desired code, but I haven't found
 
 ; This isn't a very pretty test case - I imagine there might be other ways to
 ; tickle the optimizers into producing the desired code, but I haven't found