Changeset 6fb1921
- Timestamp:
- Jul 27, 2018, 5:06:00 PM (7 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:
- d3db83c
- Parents:
- 2fa483c
- Location:
- src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/benchmark/Makefile.am ¶
r2fa483c r6fb1921 18 18 CFLAGS = 19 19 AM_CFLAGS = -g -Wall -Wno-unused-function -O2 20 CC = @CFA_BINDIR@/@CFA_NAME@20 CC = ${top_builddir}/src/driver/cfa 21 21 TOOLSDIR = ${abs_top_srcdir}/tools/ 22 22 REPEAT = ${TOOLSDIR}repeat -
TabularUnified src/benchmark/Makefile.in ¶
r2fa483c r6fb1921 135 135 AWK = @AWK@ 136 136 BACKEND_CC = @BACKEND_CC@ 137 CC = @CFA_BINDIR@/@CFA_NAME@137 CC = ${top_builddir}/src/driver/cfa 138 138 CCAS = @CCAS@ 139 139 CCASDEPMODE = @CCASDEPMODE@ -
TabularUnified src/tests/preempt_longrun/Makefile.am ¶
r2fa483c r6fb1921 32 32 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -O2 -DPREEMPTION_RATE=${preempt} -I.. -I. -DTEST_$(shell cat .type | tr a-z A-Z) 33 33 CFLAGS = ${BUILD_FLAGS} 34 CC = @CFA_BINDIR@/@CFA_NAME@34 CC = ${top_builddir}/src/driver/cfa 35 35 36 36 TESTS = block coroutine create disjoint enter enter3 processor stack wait yield -
TabularUnified src/tests/preempt_longrun/Makefile.in ¶
r2fa483c r6fb1921 337 337 AWK = @AWK@ 338 338 BACKEND_CC = @BACKEND_CC@ 339 CC = @CFA_BINDIR@/@CFA_NAME@339 CC = ${top_builddir}/src/driver/cfa 340 340 CCAS = @CCAS@ 341 341 CCASDEPMODE = @CCASDEPMODE@
Note: See TracChangeset
for help on using the changeset viewer.