Update lld Makefile.
This commit is contained in:
parent
dd08d5700a
commit
ebace18f46
@ -14,25 +14,28 @@ SYMLINKS= ${PROG_CXX} ${BINDIR}/ld
|
||||
|
||||
CFLAGS+= -I${LLD_SRCS}/include
|
||||
CFLAGS+= -I${.OBJDIR}
|
||||
CFLAGS+= -I${.OBJDIR}/../../../lib/clang/libllvm
|
||||
CFLAGS+= -I$${OBJTOP}/lib/clang/libllvm
|
||||
|
||||
SRCDIR= tools/lld
|
||||
SRCS+= ELF/Driver.cpp
|
||||
SRCS+= ELF/DriverUtils.cpp
|
||||
SRCS+= ELF/EhFrame.cpp
|
||||
SRCS+= ELF/Error.cpp
|
||||
SRCS+= ELF/GdbIndex.cpp
|
||||
SRCS+= ELF/ICF.cpp
|
||||
SRCS+= ELF/InputFiles.cpp
|
||||
SRCS+= ELF/InputSection.cpp
|
||||
SRCS+= ELF/LinkerScript.cpp
|
||||
SRCS+= ELF/LTO.cpp
|
||||
SRCS+= ELF/MarkLive.cpp
|
||||
SRCS+= ELF/Mips.cpp
|
||||
SRCS+= ELF/OutputSections.cpp
|
||||
SRCS+= ELF/Relocations.cpp
|
||||
SRCS+= ELF/ScriptParser.cpp
|
||||
SRCS+= ELF/Strings.cpp
|
||||
SRCS+= ELF/SymbolTable.cpp
|
||||
SRCS+= ELF/Symbols.cpp
|
||||
SRCS+= ELF/SyntheticSections.cpp
|
||||
SRCS+= ELF/Target.cpp
|
||||
SRCS+= ELF/Thunks.cpp
|
||||
SRCS+= ELF/Writer.cpp
|
||||
@ -42,6 +45,7 @@ SRCS+= lib/Core/Error.cpp
|
||||
SRCS+= lib/Core/File.cpp
|
||||
SRCS+= lib/Core/LinkingContext.cpp
|
||||
SRCS+= lib/Core/Reader.cpp
|
||||
SRCS+= lib/Core/Reproduce.cpp
|
||||
SRCS+= lib/Core/Resolver.cpp
|
||||
SRCS+= lib/Core/SymbolTable.cpp
|
||||
SRCS+= lib/Core/Writer.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user