The .comment section may have multiple pieces. Current revision will only live the very first piece alive
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, but please add one more test: Test that linking just
.ident "foobar"
into a shared library results in a .so that has that in .comment.
Comment Actions
LGTM
ELF/InputSection.cpp | ||
---|---|---|
576 ↗ | (On Diff #72848) | Add a note as a comment that we do not garbage-collect non-allocatable sections that typically contains debug info. |