Changeset d6f4488 for driver/cc1.cc
- Timestamp:
- Aug 23, 2018, 11:06:16 AM (4 years ago)
- Branches:
- aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 9833cae0
- Parents:
- b740f0b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cc1.cc
rb740f0b rd6f4488 10 10 // Created On : Fri Aug 26 14:23:51 2005 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Aug 22 17:26:09201813 // Update Count : 12 012 // Last Modified On : Thu Aug 23 09:48:40 2018 13 // Update Count : 122 14 14 // 15 15 … … 69 69 char *value; 70 70 71 value = getenv( "__C OMPILER__" );71 value = getenv( "__CFA_COMPILER__" ); 72 72 if ( value != NULL ) { 73 73 compiler_name = value;
Note: See TracChangeset
for help on using the changeset viewer.