akyrtzi added a comment. Hi @domada, these changes break compilation of clang, with such build error:
FAILED: tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTContext.cpp.o <clang invocation> In file included from /llvm-project/clang/lib/AST/ASTContext.cpp:81: In file included from /llvm-project/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:17: In file included from /llvm-project/llvm/include/llvm/Analysis/MemorySSAUpdater.h:37: In file included from /llvm-project/llvm/include/llvm/Analysis/MemorySSA.h:93: In file included from /llvm-project/llvm/include/llvm/Analysis/AliasAnalysis.h:44: In file included from /llvm-project/llvm/include/llvm/IR/PassManager.h:45: In file included from /llvm-project/llvm/include/llvm/IR/Function.h:25: In file included from /llvm-project/llvm/include/llvm/IR/Argument.h:17: /llvm-project/llvm/include/llvm/IR/Attributes.h:90:14: fatal error: 'llvm/IR/Attributes.inc' file not found Reproduction steps: 1. Configure to build clang using `ninja`: cmake -G Ninja /path/to/llvm-project/llvm \ -DLLVM_TARGETS_TO_BUILD="X86;ARM;AArch64" \ -DCMAKE_BUILD_TYPE:STRING=Release \ -DLLVM_ENABLE_PROJECTS="clang" 2. Build `ASTContext.cpp.o` with a clean build directory. ninja clean && ninja tools/clang/lib/AST/CMakeFiles/obj.clangAST.dir/ASTContext.cpp.o Are you able to take a look? 🙏 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D141910/new/ https://reviews.llvm.org/D141910 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits