Changes in src/main.cc [61efa42:c6b4432]
- File:
-
- 1 edited
-
src/main.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r61efa42 rc6b4432 250 250 251 251 parse_cmdline( argc, argv ); // process command-line arguments 252 CodeGen::FixMain::setReplaceMain( !nomainp ); 252 253 253 254 if ( waiting_for_gdb ) { … … 393 394 PASS( "Translate Tries", ControlStruct::translateTries, transUnit ); 394 395 PASS( "Gen Waitfor", Concurrency::generateWaitFor, transUnit ); 395 PASS( "Fix Main Linkage", CodeGen::fixMainLinkage, transUnit, !nomainp );396 396 397 397 // Needs to happen before tuple types are expanded. … … 421 421 422 422 PASS( "Code Gen", CodeGen::generate, transUnit, *output, !genproto, prettycodegenp, true, linemarks, false ); 423 CodeGen::fixMainInvoke( transUnit, *output, (PreludeDirector + "/bootloader.c").c_str() ); 424 423 424 CodeGen::FixMain::fix( transUnit, *output, (PreludeDirector + "/bootloader.c").c_str() ); 425 425 if ( output != &cout ) { 426 426 delete output;
Note:
See TracChangeset
for help on using the changeset viewer.