================ @@ -1,3 +1,7 @@ +if(EXISTS ${LLVM_MAIN_SRC_DIR}/include/llvm/CodeGen AND CLANG_BUILT_STANDALONE) + add_subdirectory(${LLVM_MAIN_SRC_DIR}/include/llvm/CodeGen llvm/lib/CodeGen) +endif() ---------------- compnerd wrote:
IIRC, even in the standalone case, you need to identify the LLVM build and pass that in via `LLVM_DIR`, why is that not sufficient for finding this include path? https://github.com/llvm/llvm-project/pull/109601 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits