mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Add macro arguments &foo $foo #foo.
C ABI compatibility aarch64, win64, x86, x64 Added debug info
This commit is contained in:
committed by
Christoffer Lerno
parent
4222f2731e
commit
3c15e495dd
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user