mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 09:28:13 +00:00
JSSpecCompiler: Add --dump-cfg
option
This commit is contained in:
parent
ff44aea917
commit
ce6b987330
4 changed files with 53 additions and 0 deletions
|
@ -2,6 +2,7 @@ set(SOURCES
|
|||
AST/AST.cpp
|
||||
AST/ASTPrinting.cpp
|
||||
Compiler/CompilerPass.cpp
|
||||
Compiler/ControlFlowGraph.cpp
|
||||
Compiler/GenericASTPass.cpp
|
||||
Compiler/Passes/CFGBuildingPass.cpp
|
||||
Compiler/Passes/FunctionCallCanonicalizationPass.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue