1add_flang_library(flangFrontendTool 2 ExecuteCompilerInvocation.cpp 3 4 DEPENDS 5 clangBasic 6 7 LINK_LIBS 8 flangFrontend 9 clangBasic 10 clangDriver 11 12 LINK_COMPONENTS 13 Option 14 Support 15) 16