File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
llvm/test/Instrumentation/AddressSanitizer/SPIRV Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11; RUN: opt < %s -passes=asan -asan-instrumentation-with-call-threshold=0 -asan-stack=0 -asan-globals=0 -asan-constructor-kind=none -S | FileCheck %s
22
3- ; check that if image scope device globals can be correctly instrumented.
3+ ; check that image scope device globals can be correctly instrumented.
44
55target datalayout = "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-n8:16:32:64"
66target triple = "spir64-unknown-unknown"
Original file line number Diff line number Diff line change 11; RUN: opt < %s -passes=asan -asan-instrumentation-with-call-threshold=0 -asan-stack=0 -asan-globals=0 -asan-constructor-kind=none -S | FileCheck %s
22
3- ; check if non image scope device globals will not be instrumented.
3+ ; check non image scope device globals will not be instrumented.
44
55target datalayout = "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-n8:16:32:64"
66target triple = "spir64-unknown-unknown"
You can’t perform that action at this time.
0 commit comments