Changeset 8a930c03 for driver/cc1.cc
- Timestamp:
- Jun 12, 2023, 12:05:58 PM (3 years ago)
- Branches:
- master
- Children:
- fec8bd1
- Parents:
- 2b78949 (diff), 38e266ca (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) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
driver/cc1.cc
r2b78949 r8a930c03 10 10 // Created On : Fri Aug 26 14:23:51 2005 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Feb 17 18:04:23 202213 // Update Count : 42 212 // Last Modified On : Fri Jun 9 11:36:44 2023 13 // Update Count : 423 14 14 // 15 15 … … 385 385 // strip inappropriate flags with an argument 386 386 387 } else if ( arg == "-auxbase" || arg == "-auxbase-strip" || arg == "-dumpbase" || arg == "-dumpdir" ) { 387 } else if ( arg == "-auxbase" || arg == "-auxbase-strip" || 388 arg == "-dumpbase" || arg == "-dumpbase-ext" || arg == "-dumpdir" ) { 388 389 i += 1; 389 390 #ifdef __DEBUG_H__
Note:
See TracChangeset
for help on using the changeset viewer.