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 d69d5d6 commit d264f5aCopy full SHA for d264f5a
sycl/test-e2e/AddressSanitizer/lit.local.cfg
@@ -11,6 +11,9 @@ config.substitutions.append(
11
if "-fsanitize=memory" in config.cxx_flags:
12
config.unsupported=True
13
14
+# AddressSanitizer is not currently supported for non-spir triples
15
+config.unsupported_features += ['target-nvidia', 'target-amd']
16
+
17
# https://github.com/intel/llvm/issues/15953
18
config.unsupported_features += ['gpu-intel-gen12']
19
0 commit comments