Changeset a951171 for tests


Ignore:
Timestamp:
Sep 18, 2020, 1:25:00 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
0519e34
Parents:
673eb7a (diff), 57e0289 (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:
tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r673eb7a ra951171  
    114114        $(CFACOMPILETEST) -c -o $(abspath ${@}).o
    115115        $(CFACCLINK) ${@}.o -o $(abspath ${@})
     116        rm $(abspath ${@}).o
    116117
    117118# implicit rule for c++ test
     
    182183        $(CFACOMPILETEST) -O0 -c -o $(abspath ${@}).o
    183184        $(CFACCLINK)  -O0 ${@}.o -o $(abspath ${@})
     185        rm $(abspath ${@}).o
    184186
    185187#------------------------------------------------------------------------------
  • tests/linking/.expect/linkerror.txt

    r673eb7a ra951171  
    1 CFA Version 1.0.0 (debug)
    21linking/linkerror.o: In function `_X4mainFi___1':
    32linking/linkerror.cfa:6: undefined reference to `_X18this_doesnot_existFv_i__1'
Note: See TracChangeset for help on using the changeset viewer.