Add support for embedding Clang compiler headers
authorSean Callanan <scallanan@apple.com>
Fri, 5 Dec 2014 01:15:04 +0000 (01:15 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 5 Dec 2014 01:15:04 +0000 (01:15 +0000)
commitb1e1c62fac12bf5c48b57d5e90d65bf1e48170b7
tree22430c5c4cb147aef6a05464f1c4836c273a109a
parent0e2618857c81ab37cdfacdc407620449a17f12ef
Add support for embedding Clang compiler headers
like tgmath.h and stdarg.h into the LLDB installation,
and then finding them through the Host infrastructure.

Also add a script to actually do this on Mac OS X.

llvm-svn: 223430
lldb/include/lldb/Host/HostInfoBase.h
lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
lldb/scripts/package-clang-headers.py [new file with mode: 0644]
lldb/source/Host/common/HostInfoBase.cpp
lldb/source/Host/macosx/HostInfoMacOSX.mm