Konstantin Tokarev
2012-Jun-29 09:07 UTC
[LLVMdev] Problem compiling with clang + gold plugin: no archive symbol table
29.06.2012, 12:17, "ryan" <stdstack at gmail.com>:> I tried some other configurations. Now with llvm 3.0 + clang 3.0, and expoert CC to be clang -flto -use-gold-plugin,and other ENV variables. > Good news is the "no archive symbol error message" is gone, but bad news is new error messages appearWhy are you using outdated llvm and clang? -- Regards, Konstantin
ryan
2012-Jun-29 17:47 UTC
[LLVMdev] Problem compiling with clang + gold plugin: no archive symbol table
I'm trying to enumerate different combinations to get a workable solution. At least this combination passed the previously failed step, but got stuck in later ones. Also my GCC is still 4.5, so llvm 3.0 is not that outdated? Regards, Ryan On Fri, Jun 29, 2012 at 2:07 AM, Konstantin Tokarev <annulen at yandex.ru>wrote:> > 29.06.2012, 12:17, "ryan" <stdstack at gmail.com>: > > I tried some other configurations. Now with llvm 3.0 + clang 3.0, and > expoert CC to be clang -flto -use-gold-plugin,and other ENV variables. > > Good news is the "no archive symbol error message" is gone, but bad news > is new error messages appear > > Why are you using outdated llvm and clang? > -- > Regards, > Konstantin >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120629/611bd360/attachment.html>
Konstantin Tokarev
2012-Jun-29 17:50 UTC
[LLVMdev] Problem compiling with clang + gold plugin: no archive symbol table
29.06.2012, 21:47, "ryan" <stdstack at gmail.com>:> I'm trying to enumerate different combinations to get a workable solution. At least this combination passed the previously failed step, but got stuck in later ones. > Also my GCC is still 4.5, so llvm 3.0 is not that outdated?It's much easier to build clang and llvm from sources that gcc, and seem to do it already :) -- Regards, Konstantin
Apparently Analagous Threads
- [LLVMdev] Problem compiling with clang + gold plugin: no archive symbol table
- [LLVMdev] Problem compiling with clang + gold plugin: no archive symbol table
- [LLVMdev] Problem compiling with clang + gold plugin: no archive symbol table
- [LLVMdev] Compiling llvm and Clang on Linux
- [LLVMdev] LLVM 3.3 in llvm.org Ubuntu APT repository