blob: b69436c36d43889a00beb3634db089bb9b12afac [file] [log] [blame] [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
LINK_COMPONENTS
Option
Support
MLIR_LIBS
MLIRPass
CLANG_LIBS
clangBasic
clangOptions
clangDriver
)