[PATCH] D140534: Properly support LLVM_ENABLE_LLD on Windows
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 22 07:09:55 PST 2022
phosek accepted this revision.
phosek added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/cmake/modules/HandleLLVMOptions.cmake:307
+ message(FATAL_ERROR
+ "Using LLD as linker required, but cannot find lld-link. "
+ "Consider setting CMAKE_LINKER to lld-link path.")
----------------
Nit: I'd use a slightly different phrasing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140534/new/
https://reviews.llvm.org/D140534
More information about the llvm-commits
mailing list