This was previously erroring out if one of the dead symbols was a
TLS symbol and we were able to discard all TLS sections.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 8208 Build 8208: arc lint + arc unit
Event Timeline
Comment Actions
LGTM
lld/test/ELF/map-gc-sections.s | ||
---|---|---|
3 | Forgot to add RUN:? You could do ld.lld %t.o -o %t -Map=- --gc-sections | FileCheck %s |
Forgot to add RUN:? You could do