summaryrefslogtreecommitdiff
path: root/test/DebugInfo/version.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/version.ll')
-rw-r--r--test/DebugInfo/version.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/version.ll b/test/DebugInfo/version.ll
index f4dde0a249..bfc2f9fabf 100644
--- a/test/DebugInfo/version.ll
+++ b/test/DebugInfo/version.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
; Make sure we are generating DWARF version 3 when module flag says so.