[llvm-branch-commits] [ELF] Place .lbss/.lrodata/.ldata after .bss (PR #81224)
Arthur Eubanks via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Feb 9 10:19:52 PST 2024
================
@@ -1124,11 +1127,15 @@ template <class ELFT> void Writer<ELFT>::setReservedSymbolSections() {
}
if (last) {
- // _edata points to the end of the last mapped initialized section.
+ // _edata points to the end of the last mapped initialized section before
----------------
aeubanks wrote:
+1
https://github.com/llvm/llvm-project/pull/81224
More information about the llvm-branch-commits
mailing list