This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGb5eaf500f244: [clang] Add missing Interpreter -> ClangDriverOptions dependency (authored by v.g.vassilev).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D115827/new/ https://reviews.llvm.org/D115827 Files: clang/lib/Interpreter/CMakeLists.txt Index: clang/lib/Interpreter/CMakeLists.txt =================================================================== --- clang/lib/Interpreter/CMakeLists.txt +++ clang/lib/Interpreter/CMakeLists.txt @@ -14,6 +14,7 @@ DEPENDS intrinsics_gen + ClangDriverOptions LINK_LIBS clangAST
Index: clang/lib/Interpreter/CMakeLists.txt =================================================================== --- clang/lib/Interpreter/CMakeLists.txt +++ clang/lib/Interpreter/CMakeLists.txt @@ -14,6 +14,7 @@ DEPENDS intrinsics_gen + ClangDriverOptions LINK_LIBS clangAST
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits