mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 02:04:06 +00: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