Re: [PATCH 2/2] Travis-CI: do not test gold linkers with clang

2017-08-07 Thread Stephen Smalley
On Sat, 2017-08-05 at 12:16 +0200, Nicolas Iooss wrote: > clang does not know -fuse-ld=gold. It only needs -flto, which > automatically adds -plugin=LLVMgold.so to the linker command line, > but > this does not work on Travis-CI because the gold linker plugin is not > installed: > >

[PATCH 2/2] Travis-CI: do not test gold linkers with clang

2017-08-05 Thread Nicolas Iooss
clang does not know -fuse-ld=gold. It only needs -flto, which automatically adds -plugin=LLVMgold.so to the linker command line, but this does not work on Travis-CI because the gold linker plugin is not installed: /usr/bin/ld: /usr/local/clang-3.9.0/bin/../lib/LLVMgold.so: error loading