mgorny reopened this revision. mgorny added a comment. This revision is now accepted and ready to land.
This change broke standalone build of clang. Please fix. ================ Comment at: clang/unittests/ASTMatchers/ASTMatchersInternalTest.cpp:15 #include "llvm/ADT/Triple.h" +#include "llvm/Config/config.h" #include "llvm/Support/Host.h" ---------------- This is private header of LLVM and you can't use it in clang. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D120185/new/ https://reviews.llvm.org/D120185 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits