COFF COMDATs (for selection kinds other than 'select any') require at
least one non-section symbol in the symbol table.
Satisfy this by morally enhancing the linkage from private to internal.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Nice to see this!
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | ||
---|---|---|
963 ↗ | (On Diff #22075) | Can't you just pass CannotUsePrivateLabel in here? |