blob: 0753313d734272c08dd42e76e79830749fee1250 [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
clangBasic
LINK_LIBS
flangFrontend
clangBasic
clangDriver
MLIRPass
LINK_COMPONENTS
Option
Support
)