[PATCH] D72947: [CMake] llvm/runtimes: Do not override LLVM_* variables with just-built LLVM configurations
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 20 10:22:58 PDT 2020
beanz added a comment.
Sorry for being late to the party on this.
There's really only a handful of variables in LLVMConfig.cmake that can actually be different between LLVM and the project using LLVM. Might it make sense to just handle those as special? We already do handle `LLVM_PTHREAD_LIB` specially for exactly the same reason you describe in the description.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72947/new/
https://reviews.llvm.org/D72947
More information about the llvm-commits
mailing list