[Dwarf-Discuss] clang -flto and LLVMgold.so

2022-02-22 Thread David Anderson via Dwarf-Discuss
A followon To Jan K and David B Feb 1 2022: Binary release on github clang+llvm-13.0.0-x86_64-linux-gnu-ubuntu-20.04.tar.xz does not contain LLVMgold.so So adding -flto just results in the inability compile anything. Suggestions? Thanks. David Anderson -- Overflow on /dev/null, please empty

Re: [Dwarf-Discuss] clang -flto and LLVMgold.so

2022-02-22 Thread David Blaikie via Dwarf-Discuss
(might be easier to pick up from the thread where this came up or at least CC/to the folks you're referring to (though perhaps you did and that got stripped by the mailing list or something, not sure) - at least for me, I have highlights for emails addressed to me that helps prioritizing/knowing

Re: [Dwarf-Discuss] clang -flto and LLVMgold.so

2022-02-22 Thread Rafik Zurob via Dwarf-Discuss
LLVMgold.so is released under the GPLv3 license, unlike the rest of LLVM.  So it's not surprising it's not included in the same package.  As suggested above, you can use lld. If you really would like to use LLVMgold, and there isn't a separate package with the pre-built library, you can build