Changeset 5beb6cd


Ignore:
Timestamp:
Feb 14, 2017, 5:18:36 PM (7 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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
3149e7e
Parents:
efd60d67 (diff), cf97ccb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Location:
src/benchmark
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • src/benchmark/Makefile.am

    refd60d67 r5beb6cd  
    4444        @rm -f ./a.out
    4545
     46csv-data:
     47        @${CC} ${AM_CFLAGS} ${CFLAGS} $${ccflags} -nodebug -lrt -quiet -DN=10000000 csv-data.c
     48        @./a.out
     49        @rm -f ./a.out
  • src/benchmark/Makefile.in

    refd60d67 r5beb6cd  
    491491        @rm -f ./a.out
    492492
     493csv-data:
     494        @${CC} ${AM_CFLAGS} ${CFLAGS} $${ccflags} -nodebug -lrt -quiet -DN=10000000 csv-data.c
     495        @./a.out
     496        @rm -f ./a.out
     497
    493498# Tell versions [3.59,3.63) of GNU make to not export all variables.
    494499# Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset for help on using the changeset viewer.