summaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/NVPTX/debug-info.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/DebugInfo/NVPTX/debug-info.ll')
-rw-r--r--llvm/test/DebugInfo/NVPTX/debug-info.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/NVPTX/debug-info.ll b/llvm/test/DebugInfo/NVPTX/debug-info.ll
index 04296cd92cd0..4624dce40822 100644
--- a/llvm/test/DebugInfo/NVPTX/debug-info.ll
+++ b/llvm/test/DebugInfo/NVPTX/debug-info.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s -mtriple=nvptx64-nvidia-cuda -mattr=+ptx70 | FileCheck %s
-; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64-nvidia-cuda -mattr=+ptx70 | %ptxas-verify %}
+; RUN: %if ptxas-isa-7.0 %{ llc < %s -mtriple=nvptx64-nvidia-cuda -mattr=+ptx70 | %ptxas-verify %}
; // Bitcode in this test case is reduced version of compiled code below:
;__device__ inline void res(float x, float y, ptr res) { *res = x + y; }