diff options
author | Jason Molenda <jmolenda@apple.com> | 2018-03-09 00:28:51 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2018-03-09 00:28:51 +0000 |
commit | c13a14ac2673241878321d16f30be8286460d2a1 (patch) | |
tree | 81688ac45c0cf9ce27a8e9242047e2ec1ca5d698 | |
parent | 3390a8f63d8cb70f5c9ca4a542abd0d419ec3c4f (diff) | |
download | bcm5719-llvm-c13a14ac2673241878321d16f30be8286460d2a1.tar.gz bcm5719-llvm-c13a14ac2673241878321d16f30be8286460d2a1.zip |
Remove the explicit dependency on libpmenergy and libpmsample.
llvm-svn: 327087
-rw-r--r-- | lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj b/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj index 6a69cea983b..8c52a976017 100644 --- a/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj +++ b/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj @@ -221,8 +221,6 @@ AF67AC000D34604D0022D128 /* PseudoTerminal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PseudoTerminal.h; sourceTree = "<group>"; }; AFEC3363194A8B0B00FF05C6 /* Genealogy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Genealogy.cpp; sourceTree = "<group>"; }; D6631CA81E848FE9006A7B11 /* SocketAddress.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = SocketAddress.cpp; path = ../../source/Host/common/SocketAddress.cpp; sourceTree = "<group>"; }; - ED128B7918E1F163003F6A7B /* libpmenergy.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libpmenergy.dylib; path = usr/lib/libpmenergy.dylib; sourceTree = SDKROOT; }; - ED128B7A18E1F163003F6A7B /* libpmsample.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libpmsample.dylib; path = usr/lib/libpmsample.dylib; sourceTree = SDKROOT; }; EF88788B0D9C7558001831DA /* com.apple.debugserver.applist.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = com.apple.debugserver.applist.plist; sourceTree = "<group>"; }; EF88789F0D9C797C001831DA /* RNBServices.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNBServices.h; sourceTree = "<group>"; }; EF8878A00D9C797C001831DA /* RNBServices.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RNBServices.cpp; sourceTree = "<group>"; }; @@ -377,8 +375,6 @@ 26ACA3330D3E94F200A2120B /* Framework */ = { isa = PBXGroup; children = ( - ED128B7918E1F163003F6A7B /* libpmenergy.dylib */, - ED128B7A18E1F163003F6A7B /* libpmsample.dylib */, 26ACA3340D3E956300A2120B /* CoreFoundation.framework */, ); name = Framework; @@ -1115,8 +1111,8 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; INSTALL_PATH = /usr/local/bin; - "LLDB_COMPRESSION_CFLAGS" = "-DHAVE_LIBCOMPRESSION=1"; - "LLDB_COMPRESSION_LDFLAGS" = "-lcompression"; + LLDB_COMPRESSION_CFLAGS = "-DHAVE_LIBCOMPRESSION=1"; + LLDB_COMPRESSION_LDFLAGS = "-lcompression"; LLDB_DEBUGSERVER = 1; LLDB_ENERGY_CFLAGS = ""; "LLDB_ENERGY_CFLAGS[sdk=macosx.internal]" = "-DLLDB_ENERGY"; |