Commit Graph

7 Commits

Author SHA1 Message Date
Sean Callanan
c263d4b7da Pass the toolchain directory to Xcode when installing LLDB.
This allows LLDB to be installed to a toolchain with any name, not
just XcodeDefault.xctoolchain.
2015-11-05 14:52:27 -08:00
Sean Callanan
b7cbd95d13 Support packaging of LLDB:
- run xcodebuild install with the correct installation path
  - change the directory that's tarred up to the one containing
    /usr because we've added /System(/Library...) as a peer of /usr
2015-11-05 09:42:01 -08:00
Argyrios Kyrtzidis
64ccc3f6dc [utils/build] Changes in build scripts to avoid treating SourceKit as a separate repo and build. 2015-11-04 23:19:20 -08:00
Ben Langmuir
d9b3030e4a Switch back to CLANG_REPOSITORY_STRING for option passed to LLVM
We changed the cmake configuration of swift to use
CLANG_COMPILER_VERSION, but not of Clang/LLVM, so revert to
CLANG_REPOSITORY_STRING to fix the clang version.

This was causing modules created by swift to be unreadable by clang.

rdar://problem/23397407
2015-11-04 17:41:20 -08:00
Mishal Awadah
5491a5b7e7 Use INSTALL_PREFIX in llbuild and swiftpm installation. 2015-11-03 11:01:59 -08:00
Sean Callanan
3a1fad6d55 Pass the path to the preferred swig binary to LLDB when building. 2015-11-02 17:56:35 -08:00
David Farler
4ac9c80809 Add back remaining files for building and testing in Open Source 2015-10-31 00:19:20 -07:00