On 32-bit archs, before, we would assume that an indirect symbol will never have local linkage. This can lead to miscompiles where the symbol's value would be 0 and the linker would use that value, because the indirect symbol table would contain the value INDIRECT_SYMBOL_LOCAL for that specific symbol.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | ||
---|---|---|
1122 | Please add the comment from radar about this change. |
Please add the comment from radar about this change.