bolt/deps/llvm-18.1.8/flang/lib/FrontendTool/CMakeLists.txt

21 lines
366 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
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
MLIRPass
LINK_COMPONENTS
Option
Support
CLANG_LIBS
clangBasic
clangDriver
)