forked from OSchip/llvm-project
Fix llvm/test/DebugInfo/X86/recursive_inlining.ll to use %llc_dwarf.
llvm-svn: 215181
This commit is contained in:
parent
40da267976
commit
15ac9af4f4
|
@ -1,6 +1,6 @@
|
|||
; 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
|
||||
|
|
Loading…
Reference in New Issue