tstellar wrote: > The fix is NOT correct. You need to enclose in quotes as @tstellar mentions > in #126876
` llvm_canonicalize_cmake_booleans` converts the string to an integer so you don't need the quotes now that this function is called with the correct variable. This is what the generated file looks like now: ``` config.use_llvm_build = 1 ``` https://github.com/llvm/llvm-project/pull/127967 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits