Changeset 04e367c for src/driver
- Timestamp:
- Jul 30, 2018, 4:49:40 PM (8 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, stuck-waitfor-destruct
- Children:
- 3537dd7, 3bbd012
- Parents:
- ba4a1d8 (diff), a4248de1 (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. - Location:
- src/driver
- Files:
-
- 2 edited
-
Makefile.in (modified) (3 diffs)
-
cfa.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/driver/Makefile.in
rba4a1d8 r04e367c 221 221 LTLIBOBJS = @LTLIBOBJS@ 222 222 MACHINE_TYPE = @MACHINE_TYPE@ 223 MAINT = @MAINT@224 223 MAKEINFO = @MAKEINFO@ 225 224 MKDIR_P = @MKDIR_P@ … … 306 305 .SUFFIXES: 307 306 .SUFFIXES: .cc .o .obj 308 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@$(srcdir)/Makefile.am $(am__configure_deps)307 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 309 308 @for dep in $?; do \ 310 309 case '$(am__configure_deps)' in \ … … 330 329 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 331 330 332 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@$(am__configure_deps)331 $(top_srcdir)/configure: $(am__configure_deps) 333 332 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 334 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@$(am__aclocal_m4_deps)333 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 335 334 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 336 335 $(am__aclocal_m4_deps): -
src/driver/cfa.cc
rba4a1d8 r04e367c 343 343 args[nargs] = "--undefined=__cfaabi_interpose_startup"; 344 344 nargs += 1; 345 args[nargs] = "-Xlinker"; 346 nargs += 1; 347 args[nargs] = "--undefined=__cfaabi_appready_startup"; 348 nargs += 1; 345 349 346 350 // include the cfa library in case it's needed
Note:
See TracChangeset
for help on using the changeset viewer.