diff options
-rw-r--r-- | llvm/test/DebugInfo/X86/debug-loc-frame.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/debug-loc-frame.ll b/llvm/test/DebugInfo/X86/debug-loc-frame.ll index a4ab0cb0116..9a6b6aa46d5 100644 --- a/llvm/test/DebugInfo/X86/debug-loc-frame.ll +++ b/llvm/test/DebugInfo/X86/debug-loc-frame.ll @@ -3,7 +3,7 @@ ; Check that when variables are allocated on the stack we generate debug locations ; for the stack location directly instead of generating a register+offset indirection. -; RUN: %llc_dwarf -O2 -filetype=obj -disable-post-ra -mtriple=x86_64-unknown-linux-gnu < %s \ +; RUN: llc -O2 -filetype=obj -disable-post-ra -mtriple=x86_64-unknown-linux-gnu < %s \ ; RUN: | llvm-dwarfdump - | FileCheck %s ; ; int data = 17; |