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 93d08ac commit 8c23669Copy full SHA for 8c23669
compiler-rt/test/hwasan/lit.cfg.py
@@ -15,7 +15,7 @@
15
16
if config.target_arch == 'x86_64' and config.enable_aliases == '1':
17
clang_hwasan_common_cflags += ["-fsanitize-hwaddress-experimental-aliasing"]
18
-if config.enable_aliases != '1':
+else:
19
config.available_features.add('pointer-tagging')
20
if config.target_arch == 'x86_64':
21
# This does basically the same thing as tagged-globals on aarch64. Because
0 commit comments