1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-06 16:25:59 +02:00

Added TargetTriple, fixed asm stuff for non-x86 LLVM

This commit is contained in:
Brian Fiete 2019-10-17 06:30:17 -07:00
parent 079574a4e7
commit e2dad5f838
8 changed files with 110 additions and 11 deletions

View file

@ -327,6 +327,7 @@
<ClCompile Include="Compiler\BfSourcePositionFinder.cpp" />
<ClCompile Include="Compiler\BfStmtEvaluator.cpp" />
<ClCompile Include="Compiler\BfSystem.cpp" />
<ClCompile Include="Compiler\BfTargetTriple.cpp" />
<ClCompile Include="Compiler\BfUtil.cpp" />
<ClCompile Include="Compiler\BfVarDeclChecker.cpp" />
<ClCompile Include="Compiler\MemReporter.cpp" />
@ -390,6 +391,7 @@
<ClInclude Include="Compiler\BfSourceClassifier.h" />
<ClInclude Include="Compiler\BfSourcePositionFinder.h" />
<ClInclude Include="Compiler\BfSystem.h" />
<ClInclude Include="Compiler\BfTargetTriple.h" />
<ClInclude Include="Compiler\BfType.h" />
<ClInclude Include="Compiler\BfCompiler.h" />
<ClInclude Include="Compiler\BfUtil.h" />