[flang][driver] Remove unnecessary CMake dependencies (nfc)

Remove clangFrontend from the list of dependencies. These should have
been removed in: 8d51d37e06. See also
https://reviews.llvm.org/D87774.
This commit is contained in:
Andrzej Warzynski 2020-11-20 16:41:55 +00:00
parent e32bd35120
commit 1b749c0cb5
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ clang_target_link_libraries(flang-new
PRIVATE
clangDriver
clangBasic
clangFrontend
)
install(TARGETS flang-new DESTINATION bin)

View File

@ -7,7 +7,6 @@ add_flang_unittest(FlangFrontendTests
target_link_libraries(FlangFrontendTests
PRIVATE
clangBasic
clangFrontend
flangFrontend
flangFrontendTool
FortranParser