aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorArthur Eubanks <aeubanks@google.com>2023-12-07 13:48:32 -0800
committerGitHub <noreply@github.com>2023-12-07 13:48:32 -0800
commit4de7d4e8c40aafff5a76df467965f71e057d9b39 (patch)
treef52d307ce25fb4d9c5fd583081d95887fe39c041 /clang/lib/Frontend/CompilerInvocation.cpp
parent97f3be2c5a0295632321141bdc001d4f81821958 (diff)
downloadllvm-4de7d4e8c40aafff5a76df467965f71e057d9b39.zip
llvm-4de7d4e8c40aafff5a76df467965f71e057d9b39.tar.gz
llvm-4de7d4e8c40aafff5a76df467965f71e057d9b39.tar.bz2
[ASan][X86] Mark asan_globals section large (#74514)
We'd like to make the asan_globals section large to make it not contribute to relocation pressure since there are no direct PC32 references to it. Following #74498, we can do that by marking the code model for the global explicitly large. Without this change, asan_globals gets placed between .data and .bss. With this change, it gets placed after .bss.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions