1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Add CeDebugger

This commit is contained in:
Brian Fiete 2022-03-17 09:39:08 -07:00
parent 48d5662799
commit 2a60c51fbd

View file

@ -179,7 +179,8 @@ file(GLOB SRC_FILES
Compiler/BfVarDeclChecker.cpp
Compiler/BfTargetTriple.cpp
Compiler/CeMachine.cpp
Compiler/MemReporter.cpp
Compiler/CeDebugger.cpp
Compiler/MemReporter.cpp
Backend/BeContext.cpp
Backend/BeIRCodeGen.cpp