| ... | ... | @@ -610,7 +610,9 @@ static int main0(int argc, char **argv) { |
| 610 | 610 | case Stage2ClangArgPositional: { |
| 611 | 611 | Buf *arg_buf = buf_create_from_str(it.only_arg); |
| 612 | 612 | if (buf_ends_with_str(arg_buf, ".c") || |
| 613 | buf_ends_with_str(arg_buf, ".cc") || |
| 613 | 614 | buf_ends_with_str(arg_buf, ".cpp") || |
| 615 | buf_ends_with_str(arg_buf, ".cxx") || |
| 614 | 616 | buf_ends_with_str(arg_buf, ".s")) |
| 615 | 617 | { |
| 616 | 618 | CFile *c_file = heap::c_allocator.create<CFile>(); |