diff options
Diffstat (limited to 'test/DebugInfo/namespace.ll')
-rw-r--r-- | test/DebugInfo/namespace.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/namespace.ll b/test/DebugInfo/namespace.ll index 9d0b25c..f36688d 100644 --- a/test/DebugInfo/namespace.ll +++ b/test/DebugInfo/namespace.ll @@ -1,6 +1,6 @@ ; REQUIRES: object-emission -; RUN: llc -O0 -filetype=obj < %s > %t +; RUN: %llc_dwarf -O0 -filetype=obj < %s > %t ; RUN: llvm-dwarfdump %t | FileCheck %s ; CHECK: debug_info contents ; CHECK: [[NS1:0x[0-9a-f]*]]:{{ *}}DW_TAG_namespace |