[PATCH] D25263: [Driver] Allow setting the default linker during build
Michał Górny via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 10 02:43:53 PDT 2016
mgorny added inline comments.
================
Comment at: CMakeLists.txt:198
+set(CLANG_DEFAULT_LINKER "" CACHE STRING
+ "Default linker to use (\"bfd\" or \"gold\" or \"lld\", empty for platform default")
----------------
Is there a reason not to allow using the absolute path here, like for the command-line option?
Repository:
rL LLVM
https://reviews.llvm.org/D25263
More information about the cfe-commits
mailing list