mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 22:25:00 -07:00
static variable declarations (Experimental)
This commit is contained in:
@@ -2233,6 +2233,8 @@ void print_llvm_ir(irGen *ir) {
|
||||
|
||||
if (g->is_private) {
|
||||
ir_write_string(f, str_lit("private "));
|
||||
} else if (g->is_internal) {
|
||||
ir_write_string(f, str_lit("internal "));
|
||||
}
|
||||
if (g->is_constant) {
|
||||
if (g->is_unnamed_addr) {
|
||||
|
||||
Reference in New Issue
Block a user