- Timestamp:
- Aug 9, 2019, 5:03:08 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- ef46abb
- Parents:
- bbfd0e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cfa.cc
rbbfd0e0 r14347ac 140 140 141 141 // process command-line arguments 142 143 args[nargs] = "-x"; // turn off language 144 nargs += 1; 145 args[nargs] = "c"; 146 nargs += 1; 142 147 143 148 for ( int i = 1; i < argc; i += 1 ) { … … 303 308 } // for 304 309 305 args[nargs] = "-x"; // turn off language306 nargs += 1;307 args[nargs] = "none";308 nargs += 1;309 310 310 #ifdef __x86_64__ 311 311 args[nargs] = "-mcx16"; // allow double-wide CAA … … 557 557 if ( ! quiet ) { 558 558 cerr << "CFA " << "Version " << Version << heading << endl; 559 560 559 if ( help ) { 561 560 cerr <<
Note: See TracChangeset
for help on using the changeset viewer.