Changeset c59712e for driver/cfa.cc
- Timestamp:
- Aug 3, 2018, 11:25:46 AM (6 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- ff1e0f38
- Parents:
- 25a9b5a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cfa.cc
r25a9b5a rc59712e 320 320 nargs += 1; 321 321 322 #ifdef HAVE_LIBCFA323 322 if ( link ) { 324 #if ! defined(HAVE_LIBCFA_RELEASE)325 if ( ! debug ) {326 cerr << "error: Option -nodebug is unavailable, libcfa was not installed." << endl;327 exit( EXIT_FAILURE );328 } // if329 #endif330 #if ! defined(HAVE_LIBCFA_DEBUG)331 if ( debug ) {332 cerr << "error: Option -debug is unavailable, libcfa-d was not installed." << endl;333 exit( EXIT_FAILURE );334 } // if335 #endif336 337 323 args[nargs] = "-Xlinker"; 338 324 nargs += 1; … … 364 350 nargs += 1; 365 351 } // if 366 #endif // HAVE_LIBCFA367 352 368 353 // Add exception flags (unconditionally)
Note: See TracChangeset
for help on using the changeset viewer.