llvm-project
c541bbfa
- [LLD][COFF] Prevent merging .bss into shared sections (#202817)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
76 days ago
[LLD][COFF] Prevent merging .bss into shared sections (#202817) This matches the behavior with MSVC linker. Generally the idea is that .bss section may contain security cookies that shouldn't be shared among processes.
References
#202817 - [LLD][COFF] Prevent merging .bss into shared sections
Author
e-kud
Parents
633344de
Loading