Changeset 8d66610 for src/main.cc
- Timestamp:
- May 21, 2021, 4:48:10 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- f1bce515
- Parents:
- 5407cdc (diff), 7404cdc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r5407cdc r8d66610 37 37 #include "CodeGen/FixNames.h" // for fixNames 38 38 #include "CodeGen/Generate.h" // for generate 39 #include "CodeGen/LinkOnce.h" // for translateLinkOnce 39 40 #include "CodeTools/DeclStats.h" // for printDeclStats 40 41 #include "CodeTools/ResolvProtoDump.h" // for dumpAsResolvProto … … 405 406 PASS( "Box", GenPoly::box( translationUnit ) ); 406 407 408 PASS( "Link-Once", CodeGen::translateLinkOnce( translationUnit ) ); 409 410 // Code has been lowered to C, now we can start generation. 411 407 412 if ( bcodegenp ) { 408 413 dump( translationUnit );
Note:
See TracChangeset
for help on using the changeset viewer.