================ @@ -17,6 +17,7 @@ #include "clang/Driver/Driver.h" #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/SmallString.h" +#include "llvm/Config/config.h" ---------------- nikic wrote:
This is a private LLVM header, see the comment at the top of the file. It cannot be included in other subprojects. You either have to export this macro from llvm-config.h, or you have to add it to clang's config.h. https://github.com/llvm/llvm-project/pull/75637 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits