Change prev ssa to llir;

This commit is contained in:
Ginger Bill
2017-01-03 19:34:06 +00:00
parent 40f5dd56f7
commit 883dd0642c
7 changed files with 5821 additions and 7832 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ String get_filepath_extension(String path) {
void init_build_context(BuildContext *bc) {
bc->ODIN_VENDOR = str_lit("odin");
bc->ODIN_VERSION = str_lit("0.0.4");
bc->ODIN_VERSION = str_lit("0.0.5");
bc->ODIN_ROOT = odin_root_dir();
#if defined(GB_SYSTEM_WINDOWS)