================ @@ -1,3 +1,7 @@ +if(EXISTS ${LLVM_MAIN_SRC_DIR}/include/llvm/CodeGen AND CLANG_BUILT_STANDALONE) ---------------- compnerd wrote:
I think that I would rather have the cases mirrored here - the path should always exist in general, it is only the standalone case that is special. ```suggestion if(CLANG_BUILT_STANDALONE AND EXISTS ${LLVM_MAIN_SRC_DIR}/include/llvm/CodeGen) ``` 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