Skip to content

Commit d264f5a

Browse files
authored
[SYCL][E2E] Mark non spir build targets as unsupported in AddressSanitizer tests (#16886)
1 parent d69d5d6 commit d264f5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/AddressSanitizer/lit.local.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ config.substitutions.append(
1111
if "-fsanitize=memory" in config.cxx_flags:
1212
config.unsupported=True
1313

14+
# AddressSanitizer is not currently supported for non-spir triples
15+
config.unsupported_features += ['target-nvidia', 'target-amd']
16+
1417
# https://github.com/intel/llvm/issues/15953
1518
config.unsupported_features += ['gpu-intel-gen12']
1619

0 commit comments

Comments
 (0)