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
Event Timeline
include/llvm/IR/DataLayout.h | ||
---|---|---|
264 ↗ | (On Diff #22137) | Given the discussion of making this "the closest to private that the linker still sees", this should probably return "" on all non-macho. |
test/CodeGen/ARM/Windows/long-calls.ll | ||
13 ↗ | (On Diff #22137) | This is a bug fix, right? The old .L prefix would actully be visible but the L one is not? |