mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 00:56:05 +00:00
[compiler-rt] Fix FORTIFY_SOURCE -> _FORTIFY_SOURCE reference (NFC)
As pointed out by maskray. Fixes: 8ab762557fb057af1a3015211ee116a975027e78
This commit is contained in:
parent
8ab762557f
commit
ca50897a76
@ -738,5 +738,5 @@ if config.host_os == 'Darwin':
|
||||
# possibly be present in system and user configuration files, so disable
|
||||
# default configs for the test runs. In particular, anything hardening
|
||||
# related is likely to cause issues with sanitizer tests, because it may
|
||||
# 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).
|
||||
config.environment["CLANG_NO_DEFAULT_CONFIG"] = "1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user