hanchenye-llvm-project/lldb
Jason Molenda 917f5b9944 Three little cleanups in the debugserver xcode project file.
1. Link against libpmenergy and pmsample unconditionally.  It is available on 
macOS 10.10 ("Yosemite") and newer.  We're already linking against libcompression
unconditionally which is only available on macOS 10.11 & newer.

2. Change a few "sdk=macosx.internal"'s to sdk=macosx.

3. Clean up a few places where libcompression was being enabled inconsistently.


Note: the -DLLDB_ENERGY define is only set when building against the macosx.internal
SDK; it includes a header file that is not public.  We link against the dylibs
unconditionally for simplicity.

llvm-svn: 327084
2018-03-09 00:17:22 +00:00
..
cmake Install lldb's SB headers (pr36630) 2018-03-08 15:52:46 +00:00
docs Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
examples Fixed up to use a class for the commands, renamed the commands and added a way to just dump the compile unit full paths and optionally their support files with the new "dump-files"command. 2017-11-16 17:14:48 +00:00
include/lldb Upstreaming avx512 register support in debugserver. These changes 2018-03-06 00:27:41 +00:00
lit [lldbtestsuite] llvm-objcopy is now required to run the lit tests. 2018-03-07 18:06:12 +00:00
lldb.xcodeproj Fix up the gtest targets for changes in the UnwindAssembly tests. 2018-02-28 22:41:11 +00:00
lldb.xcworkspace
packages/Python/lldbsuite [test] Skip a test when using an out-of-tree debugserver 2018-03-08 19:46:39 +00:00
resources
scripts Fix the install location of LLDBWrapPython.cpp when building 2018-03-05 21:08:42 +00:00
source Fix std unique pointer pretty-printer for new stl versions 2018-03-08 16:03:09 +00:00
test [test] Skip a test when using an out-of-tree debugserver 2018-03-08 19:46:39 +00:00
third_party/Python/module
tools Three little cleanups in the debugserver xcode project file. 2018-03-09 00:17:22 +00:00
unittests llgs-tests: use the auto-parsing form of SendMessage for sending the continue packets 2018-03-04 02:12:18 +00:00
utils
www [docs] Update docs for cmake options LLDB_TEST_C_COMPILER and LLDB_TEST_CXX_COMPILER 2018-02-08 05:11:17 +00:00
.arcconfig
.clang-format
.gitignore [dotest] Remove crashinfo hook 2018-01-10 10:18:47 +00:00
CMakeLists.txt [lit] Update how clang and other binaries are found in per-configuration directories 2018-02-21 00:05:51 +00:00
CODE_OWNERS.txt Remove Sean Callanan from the CODE_OWNERS, he won't have time 2017-11-01 01:38:42 +00:00
INSTALL.txt Changed builld-llvm.py to use .json files 2017-02-23 02:21:34 +00:00
LICENSE.TXT
use_lldb_suite_root.py