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 ccc916a commit 60df88fCopy full SHA for 60df88f
compiler-rt/test/lit.common.cfg.py
@@ -738,5 +738,5 @@ def is_windows_lto_supported():
738
# possibly be present in system and user configuration files, so disable
739
# default configs for the test runs. In particular, anything hardening
740
# related is likely to cause issues with sanitizer tests, because it may
741
-# preempt something we're looking to trap (e.g. FORTIFY_SOURCE vs our ASAN).
+# preempt something we're looking to trap (e.g. _FORTIFY_SOURCE vs our ASAN).
742
config.environment["CLANG_NO_DEFAULT_CONFIG"] = "1"
0 commit comments