File tree 2 files changed +2
-0
lines changed 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -348,6 +348,7 @@ SRCS+= Plugins/Architecture/Arm/ArchitectureArm.cpp
348
348
SRCS+ = Plugins/Architecture/Mips/ArchitectureMips.cpp
349
349
SRCS+ = Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
350
350
SRCS+ = Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
351
+ SRCS+ = Plugins/DynamicLoader/FreeBSD-Kernel/DynamicLoaderFreeBSDKernel.cpp
351
352
SRCS+ = Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
352
353
SRCS+ = Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
353
354
SRCS+ = Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ SRCS_MIN+= AsmParser/Parser.cpp
169
169
SRCS_MIN+ = BinaryFormat/AMDGPUMetadataVerifier.cpp
170
170
SRCS_MIN+ = BinaryFormat/COFF.cpp
171
171
SRCS_MIN+ = BinaryFormat/Dwarf.cpp
172
+ SRCS_XDB+ = BinaryFormat/ELF.cpp
172
173
SRCS_MIN+ = BinaryFormat/MachO.cpp
173
174
SRCS_MIN+ = BinaryFormat/Magic.cpp
174
175
SRCS_MIN+ = BinaryFormat/MsgPackDocument.cpp
You can’t perform that action at this time.
0 commit comments