Skip to content

Commit 60df88f

Browse files
thesamesamtru
authored andcommitted
[compiler-rt] Fix FORTIFY_SOURCE -> _FORTIFY_SOURCE reference (NFC)
As pointed out by maskray. Fixes: 8ab7625 (cherry picked from commit ca50897)
1 parent ccc916a commit 60df88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/lit.common.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,5 +738,5 @@ def is_windows_lto_supported():
738738
# possibly be present in system and user configuration files, so disable
739739
# default configs for the test runs. In particular, anything hardening
740740
# 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).
741+
# preempt something we're looking to trap (e.g. _FORTIFY_SOURCE vs our ASAN).
742742
config.environment["CLANG_NO_DEFAULT_CONFIG"] = "1"

0 commit comments

Comments
 (0)