diff options
author | Johnny Chen <johnny.chen@apple.com> | 2012-02-24 18:02:59 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2012-02-24 18:02:59 +0000 |
commit | 45178a264d4513a5d7debc3365911e06a2397480 (patch) | |
tree | f712f5e3584f7f085cfefcc457221092f52a7c8d /lldb/lib | |
parent | a3e6ed2161384c9080e92634e3b3430809af4f47 (diff) | |
download | bcm5719-llvm-45178a264d4513a5d7debc3365911e06a2397480.tar.gz bcm5719-llvm-45178a264d4513a5d7debc3365911e06a2397480.zip |
Makefiles for new mach-core directory.
Patch from dawn@burble.org!
llvm-svn: 151375
Diffstat (limited to 'lldb/lib')
-rw-r--r-- | lldb/lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile index fd2b8a0119e..540c9d8016e 100644 --- a/lldb/lib/Makefile +++ b/lldb/lib/Makefile @@ -77,7 +77,8 @@ ifeq ($(HOST_OS),Darwin) lldbPluginOperatingSystemDarwinKernel.a \ lldbPluginSymbolVendorMacOSX.a \ lldbPluginPlatformMacOSX.a \ - lldbPluginProcessDarwin.a + lldbPluginProcessDarwin.a \ + lldbPluginProcessMachCore.a endif ifeq ($(HOST_OS),Linux) |