mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 12:19:23 +08:00
Summary: The AppleGetQueuesHandler code no longer needs to include a header from the AppleObjCRuntime, so we can remove workarounds that were present in the build systems. Reviewers: clayborg, jasonmolenda Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D12589 llvm-svn: 246821
15 lines
446 B
Makefile
15 lines
446 B
Makefile
##===- source/Plugins/SystemRuntime/MacOSX ----*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file is distributed under the University of Illinois Open Source
|
|
# License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LLDB_LEVEL := ../../../..
|
|
LIBRARYNAME := lldbPluginSystemRuntimeMacOSX
|
|
BUILD_ARCHIVE = 1
|
|
|
|
include $(LLDB_LEVEL)/Makefile
|