[PATCH] D116492: [lld] Deprecate using llvm-config to detect llvm installation

Nikita Popov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 2 05:22:29 PST 2022


nikic added a comment.

Would it be possible to share a complete new-style cmake invocation that is supposed to work? If I only point LLVM_DIR to the cmake directory, then LLVM_MAIN_SRC_DIR ends up being empty (it is set to MAIN_SRC_DIR, which, as far as I can tell, is only initialized in the LLVM_CONFIG code path).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116492/new/

https://reviews.llvm.org/D116492



More information about the cfe-commits mailing list