mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 02:42:22 -07:00
Move cycle checking to much earlier on in the semantic stage
This commit is contained in:
@@ -685,6 +685,8 @@ i32 exec_llvm_llc(String output_base) {
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
int main(int arg_count, char **arg_ptr) {
|
||||
if (arg_count < 2) {
|
||||
usage(make_string_c(arg_ptr[0]));
|
||||
|
||||
Reference in New Issue
Block a user