Skip to content

Commit

Permalink
[clang] Fix a race condition in the build of clangInterpreter
Browse files Browse the repository at this point in the history
The library depends on Attributes.inc, so it has to depend on the intrinsics_gen target

Reviewed By: v.g.vassilev

Differential Revision: https://reviews.llvm.org/D104311
  • Loading branch information
sstamenova committed Jun 17, 2021
1 parent 2291158 commit 734d688
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/lib/Interpreter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ add_clang_library(clangInterpreter
IncrementalParser.cpp
Interpreter.cpp

DEPENDS
intrinsics_gen

LINK_LIBS
clangAST
clangAnalysis
Expand Down

0 comments on commit 734d688

Please sign in to comment.