Changeset 28582b2 for driver/cfa.cc


Ignore:
Timestamp:
Aug 6, 2018, 2:05:02 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Better handling of missing configurations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    r37fe352 r28582b2  
    355355                libdir = string(CFA_LIBDIR) + arch + config;
    356356                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;
    359358                        libdir = string(CFA_LIBDIR) + arch + "nolib";
    360359                }
Note: See TracChangeset for help on using the changeset viewer.