Changeset c59712e for driver/cfa.cc


Ignore:
Timestamp:
Aug 3, 2018, 11:25:46 AM (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:
ff1e0f38
Parents:
25a9b5a
Message:

Parent make now seems to properly call libcfa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    r25a9b5a rc59712e  
    320320        nargs += 1;
    321321
    322         #ifdef HAVE_LIBCFA
    323322        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                 } // if
    329                 #endif
    330                 #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                 } // if
    335                 #endif
    336 
    337323                args[nargs] = "-Xlinker";
    338324                nargs += 1;
     
    364350                nargs += 1;
    365351        } // if
    366         #endif // HAVE_LIBCFA
    367352
    368353        // Add exception flags (unconditionally)
Note: See TracChangeset for help on using the changeset viewer.