From 17ab23f1f06ed11602c883dd5fce406fd10637db Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Fri, 30 Sep 2016 23:34:32 +0100 Subject: Const Aggregate Literals for IR; Module path fix --- src/codegen/codegen.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/codegen/codegen.cpp') diff --git a/src/codegen/codegen.cpp b/src/codegen/codegen.cpp index 87aaab101..9999c7cdb 100644 --- a/src/codegen/codegen.cpp +++ b/src/codegen/codegen.cpp @@ -278,6 +278,7 @@ void ssa_gen_tree(ssaGen *s) { } { // NOTE(bill): Setup type_info data + // TODO(bill): Try and make a lot of this constant aggregate literals in LLVM IR ssaValue *type_info_data = NULL; ssaValue *type_info_member_data = NULL; -- cgit v1.2.3