blob: 323d2e73e9a3658eb76822843698a87b1ab82779 [file] [edit]
add_flang_library(flangFrontendTool
ExecuteCompilerInvocation.cpp
DEPENDS
# This makes sure that the MLIR dependencies of flangFrontend (which are
# transitively required here) are generated before this target is build.
flangFrontend
LINK_LIBS
flangFrontend
flangPasses
LINK_COMPONENTS
Option
Plugins
Support
MLIR_LIBS
MLIRPass
CLANG_LIBS
clangBasic
clangOptions
clangDriver
)