Changeset f8b6d921 for src/driver
- Timestamp:
- Jan 18, 2017, 4:59:38 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 1ab7d3fe
- Parents:
- 5ded739
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/driver/cc1.cc
r5ded739 rf8b6d921 10 10 // Created On : Fri Aug 26 14:23:51 2005 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jun 10 09:27:37 201613 // Update Count : 8 012 // Last Modified On : Wed Jan 18 08:14:21 2017 13 // Update Count : 81 14 14 // 15 15 … … 169 169 i += 1; // and the argument 170 170 171 171 // all other flags 172 172 173 173 } else if ( arg == "-o" ) { … … 178 178 nargs += 1; 179 179 // CPP flags with an argument 180 if ( arg == "-D" || arg == "- I" || arg == "-MF" || arg == "-MT" || arg == "-MQ" ||180 if ( arg == "-D" || arg == "-U" || arg == "-I" || arg == "-MF" || arg == "-MT" || arg == "-MQ" || 181 181 arg == "-include" || arg == "-imacros" || arg == "-idirafter" || arg == "-iprefix" || 182 182 arg == "-iwithprefix" || arg == "-iwithprefixbefore" || arg == "-isystem" || arg == "-isysroot" ) {
Note: See TracChangeset
for help on using the changeset viewer.