mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-22 23:39:24 +00:00
529f71811b
Add the following options: * -fdebug-measure-parse-tree * -fdebug-pre-fir-tree Summary of changes: - Add 2 new frontend actions: DebugMeasureParseTreeAction and DebugPreFIRTreeAction - Add MeasurementVisitor to FrontendActions.h - Make reportFatalSemanticErrors return true if there are any fatal errors - Port most of the `-fdebug-pre-fir-tree` tests to use the new driver if built, otherwise use f18. Differential Revision: https://reviews.llvm.org/D96884
29 lines
444 B
CMake
29 lines
444 B
CMake
add_flang_library(flangFrontend
|
|
CompilerInstance.cpp
|
|
CompilerInvocation.cpp
|
|
FrontendAction.cpp
|
|
FrontendActions.cpp
|
|
FrontendOptions.cpp
|
|
TextDiagnosticPrinter.cpp
|
|
TextDiagnosticBuffer.cpp
|
|
TextDiagnostic.cpp
|
|
|
|
DEPENDS
|
|
clangBasic
|
|
|
|
LINK_LIBS
|
|
FortranParser
|
|
FortranSemantics
|
|
FortranEvaluate
|
|
FortranCommon
|
|
FortranLower
|
|
clangBasic
|
|
clangDriver
|
|
|
|
LINK_COMPONENTS
|
|
Option
|
|
Support
|
|
FrontendOpenACC
|
|
FrontendOpenMP
|
|
)
|