llvm-project/clang/lib/Interpreter
Vassil Vassilev b5eaf500f2 [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
2022-06-26 13:51:21 +00:00
..
CMakeLists.txt [clang] Add missing Interpreter -> ClangDriverOptions dependency 2022-06-26 13:51:21 +00:00
IncrementalExecutor.cpp Revert "[clang-repl] Support destructors of global objects." 2022-06-26 22:10:28 +09:00
IncrementalExecutor.h Revert "[clang-repl] Support destructors of global objects." 2022-06-26 22:10:28 +09:00
IncrementalParser.cpp [clang-repl] Implement code undo. 2022-06-26 18:32:18 +08:00
IncrementalParser.h [clang-repl] Implement code undo. 2022-06-26 18:32:18 +08:00
Interpreter.cpp Revert "[clang-repl] Support destructors of global objects." 2022-06-26 22:10:28 +09:00