[PATCH] D31098: [compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compiler and library tests
Bob Haarman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 20 14:57:34 PDT 2017
inglorion added a comment.
The "error adding symbols" message means we're still not using the right linker (it comes from ld, in a build where lld should be used as the linker).
https://reviews.llvm.org/D31098
More information about the llvm-commits
mailing list