Changeset 2bfc6b2 for src/Makefile.am


Ignore:
Timestamp:
Aug 30, 2018, 1:00:41 PM (6 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
bcc0946
Parents:
a715b5c
Message:

Refactor FindSpecialDeclarations? and associated special declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    ra715b5c r2bfc6b2  
    5151AM_LDFLAGS  = @HOST_FLAGS@ -Xlinker -export-dynamic
    5252
    53 demangler_SOURCES = SymTab/demangler.cc
     53demangler_SOURCES = SymTab/demangler.cc # test driver for the demangler, also useful as a sanity check that libdemangle.a is complete
    5454
    5555demangler_LDADD = libdemangle.a     # yywrap
     
    138138  Tuples/TupleAssignment.cc \
    139139  Tuples/TupleExpansion.cc \
    140   Validate/HandleAttributes.cc
     140  Validate/HandleAttributes.cc \
     141  Validate/FindSpecialDecls.cc
    141142
    142143MAINTAINERCLEANFILES += ${libdir}/${notdir ${cfa_cpplib_PROGRAMS}}
Note: See TracChangeset for help on using the changeset viewer.