diff options
Diffstat (limited to 'llvm/test/DebugInfo/cu-ranges.ll')
-rw-r--r-- | llvm/test/DebugInfo/cu-ranges.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/cu-ranges.ll b/llvm/test/DebugInfo/cu-ranges.ll index 6901f5e5c60..d927980c8d6 100644 --- a/llvm/test/DebugInfo/cu-ranges.ll +++ b/llvm/test/DebugInfo/cu-ranges.ll @@ -1,5 +1,5 @@ ; REQUIRES: object-emission -; RUN: llc -O0 -filetype=obj -generate-dwarf-cu-ranges %s -o %t +; RUN: %llc_dwarf -O0 -filetype=obj -generate-dwarf-cu-ranges %s -o %t ; RUN: llvm-dwarfdump %t | FileCheck %s ; Check that we emit ranges for this when the -generate-dwarf-cu-ranges flag is passed. |