diff options
author | Arthur Eubanks <aeubanks@google.com> | 2023-12-07 13:48:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-07 13:48:32 -0800 |
commit | 4de7d4e8c40aafff5a76df467965f71e057d9b39 (patch) | |
tree | f52d307ce25fb4d9c5fd583081d95887fe39c041 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 97f3be2c5a0295632321141bdc001d4f81821958 (diff) | |
download | llvm-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