[PATCH] D28738: Add a LLVM_USE_LINKER that defines the linker to use when building LLVM
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 14 19:21:26 PST 2017
davide accepted this revision.
davide added a comment.
This revision is now accepted and ready to land.
LGTM modulo nit.
================
Comment at: llvm/cmake/modules/HandleLLVMOptions.cmake:159-161
+ if ( NOT CXX_SUPPORTS_CUSTOM_LINKER )
+ message(FATAL_ERROR "Host compiler don't support '-fuse-ld=${LLVM_USE_LINKER}'")
+ endif()
----------------
I think the correct spelling is `doesn't`
https://reviews.llvm.org/D28738
More information about the llvm-commits
mailing list