brintos

brintos / llvm-project-archived public Read only

0
0
Text · 394 B · b69436c Raw
24 lines · plain
1add_flang_library(flangFrontendTool2  ExecuteCompilerInvocation.cpp3 4  DEPENDS5  # This makes sure that the MLIR dependencies of flangFrontend (which are6  # transitively required here) are generated before this target is build.7  flangFrontend8 9  LINK_LIBS10  flangFrontend11 12  LINK_COMPONENTS13  Option14  Support15 16  MLIR_LIBS17  MLIRPass18 19  CLANG_LIBS20  clangBasic21  clangOptions22  clangDriver23)24