Displaying 1 result from an estimated 1 matches for "e84d3bb1".
2017 May 15
2
ThinLTO with Linux+ELF+Gold -- incorrectly dropping weak definitions.
I am tracking a problem with ThinLTO on Linux using gold and elf files where there is a disconnect between gold’s treatment of comdat groups and ThinLTO’s decisions about which weak references to convert to available externally. The net result is a definition is lost and a relocation entry is not handled.
My status is summarized: https://bugs.llvm.org/show_bug.cgi?id=32980
Anyone familiar with