- Timestamp:
- Sep 17, 2020, 1:04:58 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 57e0289
- Parents:
- c09ae73
- Location:
- tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
rc09ae73 r468c5aa 112 112 % : %.cfa $(CFACCBIN) 113 113 $(CFACOMPILETEST) -c -o $(abspath ${@}).o 114 $(CFACCLOCAL) $(if $(test), 2> $(test), ) $($(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g')) ${@}.o -o $(abspath ${@}) 114 $(CFACCLOCAL) -quiet $(if $(test), 2> $(test), ) $($(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g')) ${@}.o -o $(abspath ${@}) 115 rm $(abspath ${@}).o 115 116 116 117 # implicit rule for c++ test -
tests/linking/.expect/linkerror.txt
rc09ae73 r468c5aa 1 CFA Version 1.0.0 (debug)2 1 linking/linkerror.o: In function `_X4mainFi___1': 3 2 linking/linkerror.cfa:6: undefined reference to `_X18this_doesnot_existFv_i__1'
Note: See TracChangeset
for help on using the changeset viewer.