[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
This commit is contained in:
Vassil Vassilev 2022-06-26 13:47:50 +00:00
parent e881d85371
commit b5eaf500f2
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ add_clang_library(clangInterpreter
DEPENDS
intrinsics_gen
ClangDriverOptions
LINK_LIBS
clangAST