[PATCH] D26483: CMake: make LLVM_OPTIMIZED_TABLEGEN friendly with LLVM_EXTERNAL_CLANG_SOURCE_DIR

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 9 17:15:46 PST 2016


beanz added a comment.

You should only set this if the variable is set, otherwise it will set the variable to empty and CMake's bad caching behavior will leave you stuck with that.


https://reviews.llvm.org/D26483





More information about the llvm-commits mailing list