Skip to content

Commit d23764d

Browse files
committed
Add files needed for lldb FreeBSD-Kernel DynamicLoader.
1 parent 7656fbd commit d23764d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/clang/liblldb/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ SRCS+= Plugins/Architecture/Arm/ArchitectureArm.cpp
348348
SRCS+= Plugins/Architecture/Mips/ArchitectureMips.cpp
349349
SRCS+= Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
350350
SRCS+= Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
351+
SRCS+= Plugins/DynamicLoader/FreeBSD-Kernel/DynamicLoaderFreeBSDKernel.cpp
351352
SRCS+= Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
352353
SRCS+= Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
353354
SRCS+= Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp

lib/clang/libllvm/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ SRCS_MIN+= AsmParser/Parser.cpp
169169
SRCS_MIN+= BinaryFormat/AMDGPUMetadataVerifier.cpp
170170
SRCS_MIN+= BinaryFormat/COFF.cpp
171171
SRCS_MIN+= BinaryFormat/Dwarf.cpp
172+
SRCS_XDB+= BinaryFormat/ELF.cpp
172173
SRCS_MIN+= BinaryFormat/MachO.cpp
173174
SRCS_MIN+= BinaryFormat/Magic.cpp
174175
SRCS_MIN+= BinaryFormat/MsgPackDocument.cpp

0 commit comments

Comments
 (0)