- Timestamp:
- Aug 6, 2018, 2:05:02 PM (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:
- ff593a3
- Parents:
- 37fe352
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cfa.cc
r37fe352 r28582b2 355 355 libdir = string(CFA_LIBDIR) + arch + config; 356 356 if( !dirExists(libdir) ) { 357 cerr << argv[0] << " internal error, cannot find prelude directory." << endl; 358 cerr << "Was looking for " << libdir << endl; 357 cerr << argv[0] << " internal error, configuration " << config << " not installed." << endl; 359 358 libdir = string(CFA_LIBDIR) + arch + "nolib"; 360 359 }
Note: See TracChangeset
for help on using the changeset viewer.