Fix building tests without system headers on Darwin
authorChris Bieneman <beanz@apple.com>
Wed, 12 Oct 2016 20:19:19 +0000 (20:19 +0000)
committerChris Bieneman <beanz@apple.com>
Wed, 12 Oct 2016 20:19:19 +0000 (20:19 +0000)
commit4c63acc39e317183bfb7b4e20e8107430035fadc
tree70ffa883f26913991c1d230adfb3c38aac08296b
parent35e5457e0c7c15ae6448eef7d2c35c04a1928134
Fix building tests without system headers on Darwin

Summary: Default installations of OS X do not have system headers installed at /usr/include. This patch allows the LLDB test executables to properly compile when built on a system without headers at /usr/include by specifying a default value for the apple-sdk flag as "macosx".

Reviewers: tfiala, zturner

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D25487

llvm-svn: 284042
lldb/packages/Python/lldbsuite/test/dotest_args.py