mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-19 12:22:23 -07:00
Very start of working on Tilde Backend for Odin
This commit is contained in:
+7
-1
@@ -2897,9 +2897,15 @@ int main(int arg_count, char const **arg_ptr) {
|
||||
#if defined(GB_SYSTEM_WINDOWS)
|
||||
if (build_context.tilde_backend) {
|
||||
MAIN_TIME_SECTION("Tilde Code Gen");
|
||||
if (!tb_generate_code(checker)) {
|
||||
if (!cg_generate_code(checker)) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (build_context.show_timings) {
|
||||
show_timings(checker, &global_timings);
|
||||
}
|
||||
|
||||
return 0;
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user