mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-08 17:25:59 +02:00
Comptime debugging
This commit is contained in:
parent
bbb97d1490
commit
ff2e40e3bf
40 changed files with 6213 additions and 443 deletions
|
@ -331,6 +331,7 @@
|
|||
<ClCompile Include="Compiler\BfTargetTriple.cpp" />
|
||||
<ClCompile Include="Compiler\BfUtil.cpp" />
|
||||
<ClCompile Include="Compiler\BfVarDeclChecker.cpp" />
|
||||
<ClCompile Include="Compiler\CeDebugger.cpp" />
|
||||
<ClCompile Include="Compiler\CeMachine.cpp" />
|
||||
<ClCompile Include="Compiler\MemReporter.cpp" />
|
||||
<ClCompile Include="DbgMiniDump.cpp" />
|
||||
|
@ -399,6 +400,7 @@
|
|||
<ClInclude Include="Compiler\BfCompiler.h" />
|
||||
<ClInclude Include="Compiler\BfUtil.h" />
|
||||
<ClInclude Include="Compiler\BfVarDeclChecker.h" />
|
||||
<ClInclude Include="Compiler\CeDebugger.h" />
|
||||
<ClInclude Include="Compiler\CeMachine.h" />
|
||||
<ClInclude Include="third_party\FtsFuzzyMatch.h" />
|
||||
<ClInclude Include="Compiler\MemReporter.h" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue