[llvm] [ASan][X86] Mark asan_globals section large (PR #74514)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 6 18:07:52 PST 2023


MaskRay wrote:

> Do we need a cl::opt to control this, or is linker support for SHF_X86_64_LARGE sufficiently widespread that we don't need to worry? @MaskRay

binutils has supported for `SHF_X86_64_LARGE` since 2005 and there appears to be mostly no change since then. We do not need to worry about compatibility.

https://github.com/llvm/llvm-project/pull/74514


More information about the llvm-commits mailing list