forked from OSchip/llvm-project
build: Build in the Darwin-Kernel OperatingSystem plugin.
llvm-svn: 143389
This commit is contained in:
parent
f9031c4ff5
commit
3257a7714d
|
@ -75,9 +75,10 @@ ifeq ($(HOST_OS),Darwin)
|
|||
lldbPluginDynamicLoaderDarwinKernel.a \
|
||||
lldbPluginObjectContainerUniversalMachO.a \
|
||||
lldbPluginObjectFileMachO.a \
|
||||
lldbPluginOperatingSystemDarwinKernel.a \
|
||||
lldbPluginSymbolVendorMacOSX.a \
|
||||
lldbPluginPlatformMacOSX.a \
|
||||
lldbPluginProcessDarwin.a
|
||||
lldbPluginProcessDarwin.a
|
||||
endif
|
||||
|
||||
ifeq ($(HOST_OS),Linux)
|
||||
|
|
|
@ -21,9 +21,11 @@ DIRS := ABI/MacOSX-arm ABI/MacOSX-i386 ABI/SysV-x86_64 Disassembler/llvm \
|
|||
LanguageRuntime/ObjC/AppleObjCRuntime
|
||||
|
||||
ifeq ($(HOST_OS),Darwin)
|
||||
DIRS += Process/MacOSX-Kernel DynamicLoader/MacOSX-DYLD \
|
||||
DynamicLoader/Darwin-Kernel \
|
||||
ObjectContainer/Universal-Mach-O ObjectFile/Mach-O SymbolVendor/MacOSX
|
||||
DIRS += Process/MacOSX-Kernel
|
||||
DIRS += DynamicLoader/MacOSX-DYLD DynamicLoader/Darwin-Kernel
|
||||
DIRS += ObjectContainer/Universal-Mach-O ObjectFile/Mach-O
|
||||
DIRS += SymbolVendor/MacOSX
|
||||
DIRS += OperatingSystem/Darwin-Kernel
|
||||
#DIRS += Process/MacOSX-User
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue