Add macro arguments &foo $foo #foo.

C ABI compatibility aarch64, win64, x86, x64
Added debug info
This commit is contained in:
Christoffer Lerno
2020-10-19 20:58:40 +02:00
committed by Christoffer Lerno
parent 4222f2731e
commit 3c15e495dd
52 changed files with 7936 additions and 2113 deletions

View File

@@ -103,6 +103,15 @@ typedef struct
const char* path;
const char* cpu;
const char* target_triple;
struct
{
bool reg_struct_return : 1;
bool stack_struct_return : 1;
bool no_memcpy_pass : 1;
bool soft_float : 1;
bool no_soft_float : 1;
} feature;
unsigned version;
CompilerCommand command;
uint32_t symtab_size;
CompileOption compile_option;