Changeset 7c8246d for driver/cc1.cc
- Timestamp:
- Aug 31, 2019, 4:00:19 PM (4 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 0bf5340, 3315e3d
- Parents:
- 33c849e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cc1.cc
r33c849e r7c8246d 10 10 // Created On : Fri Aug 26 14:23:51 2005 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Aug 30 1 2:47:39201913 // Update Count : 3 8012 // Last Modified On : Fri Aug 30 15:36:42 2019 13 // Update Count : 377 14 14 // 15 15 … … 33 33 34 34 35 static string library_path( CFA_LIBDIR ); // cfa-cpp path36 35 static string compiler_path( CFA_BACKEND_CC ); // C compiler path/name 37 36 static bool CFA_flag = false; // -CFA flag … … 431 430 432 431 if ( fork() == 0 ) { // child runs CFA 433 // if ( bprefix != library_path ) { cerr << bprefix << " " << library_path << endl; abort(); } 434 cargs[0] = ( *new string( library_path + "cfa-cpp" ) ).c_str(); 432 cargs[0] = ( *new string( bprefix + "cfa-cpp" ) ).c_str(); 435 433 cargs[ncargs++] = cpp_in; 436 434
Note: See TracChangeset
for help on using the changeset viewer.