We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a707baa commit 7384106Copy full SHA for 7384106
llvm/test/tools/sycl-post-link/device-sanitizer/asan.ll
@@ -1,10 +1,10 @@
1
-; This test checks that the post-link tool properly generates "asanUsed=1"
+; This test checks that the post-link tool properly generates "sanUsed=asan"
2
; in [SYCL/misc properties]
3
4
; RUN: sycl-post-link -properties -split=kernel -symbols -S < %s -o %t.table
5
; RUN: FileCheck %s -input-file=%t_0.prop
6
; CHECK: [SYCL/misc properties]
7
-; CHECK: asanUsed=1
+; CHECK: sanUsed=2|gAAAAAAAAAQYzFmb
8
9
; ModuleID = 'parallel_for_int.cpp'
10
source_filename = "parallel_for_int.cpp"
0 commit comments