Skip to content

Commit

Permalink
[analyzer] Add clangFrontend to target_link_libraries
Browse files Browse the repository at this point in the history
Without this, builds with `-DSHARED_LIB=ON` fail.

llvm-svn: 335791
  • Loading branch information
aheejin committed Jun 27, 2018
1 parent 61574fd commit da6b81c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/unittests/StaticAnalyzer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ target_link_libraries(StaticAnalysisTests
PRIVATE
clangBasic
clangAnalysis
clangFrontend
clangStaticAnalyzerCore
clangStaticAnalyzerFrontend
clangTooling
Expand Down

0 comments on commit da6b81c

Please sign in to comment.