================ @@ -122,6 +122,7 @@ # the build directory holding that tool. tools = [ ToolSubst("%flang", command=FindTool("flang-new"), unresolved="fatal"), + ToolSubst("%clang", command=FindTool("clang"), unresolved="fatal"), ---------------- mjklemm wrote:
I have removed this in favor of compiling a LL file instead, like suggest below. https://github.com/llvm/llvm-project/pull/73124 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits