Changeset 7c9ac4a for driver/cfa.cc
- Timestamp:
- Nov 18, 2020, 4:49:09 PM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- f9b2e73
- Parents:
- 69d1748 (diff), b4130f9 (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
-
driver/cfa.cc
r69d1748 r7c9ac4a 10 10 // Created On : Tue Aug 20 13:44:49 2002 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Sep 2 17:59:20202013 // Update Count : 4 3812 // Last Modified On : Tue Nov 17 14:27:28 2020 13 // Update Count : 440 14 14 // 15 15 … … 231 231 debugging = true; // symbolic debugging required 232 232 args[nargs++] = argv[i]; // pass flag along 233 } else if ( arg == "-save-temps" ) {233 } else if ( arg == "-save-temps" || arg == "--save-temps" ) { 234 234 args[nargs++] = argv[i]; // pass flag along 235 235 Putenv( argv, arg ); // save cfa-cpp output
Note: See TracChangeset
for help on using the changeset viewer.