- Timestamp:
- Jun 7, 2021, 2:09:12 PM (5 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 5a46e09
- Parents:
- 82f4063 (diff), 53692b3 (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
-
driver/cc1.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
driver/cc1.cc
r82f4063 rbae0d35 10 10 // Created On : Fri Aug 26 14:23:51 2005 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Nov 17 14:27:08 202013 // Update Count : 41 412 // Last Modified On : Tue Jun 1 23:07:21 2021 13 // Update Count : 415 14 14 // 15 15 … … 199 199 if ( arg == "-D" || arg == "-U" || arg == "-I" || arg == "-MF" || arg == "-MT" || arg == "-MQ" || 200 200 arg == "-include" || arg == "-imacros" || arg == "-idirafter" || arg == "-iprefix" || 201 arg == "-iwithprefix" || arg == "-iwithprefixbefore" || arg == "-isystem" || arg == "-isysroot" ) { 201 arg == "-iwithprefix" || arg == "-iwithprefixbefore" || arg == "-isystem" || arg == "-isysroot" || 202 arg == "-dumpbase-ext" || arg == "-dumpbase" 203 ) { 202 204 i += 1; 203 205 args[nargs++] = argv[i]; // pass argument along … … 383 385 // strip inappropriate flags with an argument 384 386 385 } else if ( arg == "-auxbase" || arg == "-auxbase-strip" || arg == "-dumpbase" ) {387 } else if ( arg == "-auxbase" || arg == "-auxbase-strip" || arg == "-dumpbase" || arg == "-dumpdir" ) { 386 388 i += 1; 387 389 #ifdef __DEBUG_H__
Note:
See TracChangeset
for help on using the changeset viewer.