diff options
Diffstat (limited to 'llvm/test/DebugInfo/NVPTX/debug-file-loc-only.ll')
-rw-r--r-- | llvm/test/DebugInfo/NVPTX/debug-file-loc-only.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/NVPTX/debug-file-loc-only.ll b/llvm/test/DebugInfo/NVPTX/debug-file-loc-only.ll index f665b5032a4..f47e95624a2 100644 --- a/llvm/test/DebugInfo/NVPTX/debug-file-loc-only.ll +++ b/llvm/test/DebugInfo/NVPTX/debug-file-loc-only.ll @@ -8,7 +8,7 @@ ;__device__ void bar() {} ;} -; CHECK: .target sm_{{[0-9]+}}//, debug +; CHECK: .target sm_{{[0-9]+$}} ; CHECK: .visible .func foo() ; CHECK: .loc [[FOO:[0-9]+]] 1 31 |