lldELF is used by each ELF backend. lldELF's ELFLinkingContext also held a reference to each backend, creating a link-time cycle. This patch moves the backend references to lldDriver. Differential Revision: http://reviews.llvm.org/D7119 llvm-svn: 226976
15 lines
431 B
Makefile
15 lines
431 B
Makefile
##===- lld/lib/ReaderWriter/MachO/Makefile --------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file is distributed under the University of Illinois Open Source
|
|
# License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LLD_LEVEL := ../../..
|
|
LIBRARYNAME := lldMachO
|
|
USEDLIBS = lldCore.a
|
|
|
|
include $(LLD_LEVEL)/Makefile
|