Skip to content

Commit

Permalink
[flang][driver] Remove unnecessary CMake dependencies (nfc)
Browse files Browse the repository at this point in the history
Remove clangFrontend from the list of dependencies. These should have
been removed in: 8d51d37. See also
https://reviews.llvm.org/D87774.
  • Loading branch information
banach-space committed Nov 20, 2020
1 parent e32bd35 commit 1b749c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion flang/tools/flang-driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ clang_target_link_libraries(flang-new
PRIVATE
clangDriver
clangBasic
clangFrontend
)

install(TARGETS flang-new DESTINATION bin)
1 change: 0 additions & 1 deletion flang/unittests/Frontend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ add_flang_unittest(FlangFrontendTests
target_link_libraries(FlangFrontendTests
PRIVATE
clangBasic
clangFrontend
flangFrontend
flangFrontendTool
FortranParser
Expand Down

0 comments on commit 1b749c0

Please sign in to comment.