Go to file
Kuba Brecka ca48abc9b3 Fix OS X build failure with Command Line Tools and without full Xcode installation
On OS X, if you don't have a full Xcode installation, but just the Command Line Tools package, xcrun and xcodebuild don't return a valid SDK root path. In these cases, let's use "/" as the SDK root (which is where the headers and libraries are installed).

Reviewed at http://reviews.llvm.org/D7641

llvm-svn: 230847
2015-02-28 12:25:10 +00:00
clang Add change accidentally missed from r230840. 2015-02-28 09:58:41 +00:00
clang-tools-extra Add 'let' to the help message. 2015-02-27 17:53:23 +00:00
compiler-rt Fix OS X build failure with Command Line Tools and without full Xcode installation 2015-02-28 12:25:10 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc libclc/math: Add cospi 2015-02-26 15:42:00 +00:00
libcxx Add self to CREDITS.txt 2015-02-26 00:48:22 +00:00
libcxxabi Unwind: make it build on Darwin again 2015-02-28 02:23:54 +00:00
lld Do s/_context/_ctx/ to Resolver.cpp. 2015-02-27 23:40:00 +00:00
lldb Temporarily XFAIL TestLaunchWithShellExpand to get the build green 2015-02-28 01:10:57 +00:00
llgo Build cgo and llgo-go 2015-02-14 01:46:01 +00:00
llvm ArrayRefize memory operand folding. NFC. 2015-02-28 12:04:00 +00:00
openmp Removed all header files for OpenMP 2.5 2015-02-25 18:38:08 +00:00
polly [Fix] Two tests that broke during the last changes 2015-02-27 21:58:26 +00:00