Author: Vassil Vassilev Date: 2022-06-26T13:51:21Z New Revision: b5eaf500f2441eff2277ea2973878fb1f171fd0a
URL: https://github.com/llvm/llvm-project/commit/b5eaf500f2441eff2277ea2973878fb1f171fd0a DIFF: https://github.com/llvm/llvm-project/commit/b5eaf500f2441eff2277ea2973878fb1f171fd0a.diff LOG: [clang] Add missing Interpreter -> ClangDriverOptions dependency Without this, it is possible that Interpreter.cpp is being built before clang/Driver/Options.inc is generated. Observed only infrequently, serial builds and ext4 manifest the problem much more often than parallel builds and btrfs. https://reviews.llvm.org/rG06487b010d48c36c7714ee083ed38dff65711812 is a very similar case. Patch by t184256! Differential revision: https://reviews.llvm.org/D115827 Added: Modified: clang/lib/Interpreter/CMakeLists.txt Removed: ################################################################################ diff --git a/clang/lib/Interpreter/CMakeLists.txt b/clang/lib/Interpreter/CMakeLists.txt index 88a0a716e126..df359329d08b 100644 --- a/clang/lib/Interpreter/CMakeLists.txt +++ b/clang/lib/Interpreter/CMakeLists.txt @@ -14,6 +14,7 @@ add_clang_library(clangInterpreter 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