Changeset View
Changeset View
Standalone View
Standalone View
flang/lib/Frontend/CMakeLists.txt
add_flang_library(flangFrontend | add_flang_library(flangFrontend | ||||
CompilerInstance.cpp | CompilerInstance.cpp | ||||
CompilerInvocation.cpp | CompilerInvocation.cpp | ||||
FrontendOptions.cpp | FrontendOptions.cpp | ||||
TextDiagnosticPrinter.cpp | |||||
TextDiagnosticBuffer.cpp | |||||
TextDiagnostic.cpp | |||||
DEPENDS | DEPENDS | ||||
clangBasic | clangBasic | ||||
LINK_LIBS | LINK_LIBS | ||||
clangBasic | clangBasic | ||||
clangDriver | clangDriver | ||||
# TODO: Added to re-use clang's TextDiagnosticBuffer & TextDiagnosticPrinter. | |||||
# Add a custom implementation for Flang and remove this dependency. | |||||
clangFrontend | |||||
LINK_COMPONENTS | LINK_COMPONENTS | ||||
Option | Option | ||||
Support | Support | ||||
) | ) |