[lld] [LLD][COFF] add __{data,bss}_{start,end}__ symbols for Cygwin support (PR #136180)

via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 23 13:09:22 PDT 2025


jeremyd2019 wrote:

Doesn't seem to matter.  The merges are stored in a `std::map`, and IIRC those are sorted rather than insertion order (so maybe it's just because `.bss` < `.data_cygwin_nocopy`?)

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


More information about the llvm-commits mailing list