Add new objects to usr.bin/clang/lld for the MK_LLD=yes case.
This commit is contained in:
parent
050e2df194
commit
f8bb7d0f87
@ -21,16 +21,19 @@ SRCS+= ELF/Driver.cpp
|
||||
SRCS+= ELF/DriverUtils.cpp
|
||||
SRCS+= ELF/EhFrame.cpp
|
||||
SRCS+= ELF/Error.cpp
|
||||
SRCS+= ELF/Filesystem.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/LinkerScript.cpp
|
||||
SRCS+= ELF/MapFile.cpp
|
||||
SRCS+= ELF/MarkLive.cpp
|
||||
SRCS+= ELF/Mips.cpp
|
||||
SRCS+= ELF/OutputSections.cpp
|
||||
SRCS+= ELF/Relocations.cpp
|
||||
SRCS+= ELF/ScriptLexer.cpp
|
||||
SRCS+= ELF/ScriptParser.cpp
|
||||
SRCS+= ELF/Strings.cpp
|
||||
SRCS+= ELF/SymbolTable.cpp
|
||||
@ -48,6 +51,7 @@ SRCS+= lib/Core/Reader.cpp
|
||||
SRCS+= lib/Core/Reproduce.cpp
|
||||
SRCS+= lib/Core/Resolver.cpp
|
||||
SRCS+= lib/Core/SymbolTable.cpp
|
||||
SRCS+= lib/Core/TargetOptionsCommandFlags.cpp
|
||||
SRCS+= lib/Core/Writer.cpp
|
||||
SRCS+= tools/lld/lld.cpp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user