Moving llvm-emit / debug output separately. Started work on C headers. Started work getting packed unions and structs to work correctly. Also added some unfinished PIC code.

This commit is contained in:
Christoffer Lerno
2020-11-27 23:43:39 +01:00
parent bf7318305a
commit 29730345b0
13 changed files with 574 additions and 88 deletions

View File

@@ -1,3 +1,4 @@
func void test()
{
int[3] x = { 1, 2, 3 };