Changeset a804f81
- Timestamp:
- Jun 1, 2021, 4:25:07 PM (3 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 6da81c7
- Parents:
- 62006a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cc1.cc
r62006a3 ra804f81 383 383 // strip inappropriate flags with an argument 384 384 385 } else if ( arg == "-auxbase" || arg == "-auxbase-strip" || arg == "-dumpbase" ) {385 } else if ( arg == "-auxbase" || arg == "-auxbase-strip" || arg == "-dumpbase" || arg == "-dumpdir" ) { 386 386 i += 1; 387 387 #ifdef __DEBUG_H__
Note: See TracChangeset
for help on using the changeset viewer.