Go to file
Bob Wilson 1b53bc78a3 Fix cross-compiling problems in build-llvm.pl script. <rdar://problem/12986905>
As with llvm svn r172138, this patch is basically copying some changes that
we've been using for building clang at Apple. Besides cleaning it up to use
xcrun to locate the proper versions of tools, especially for cross compiling,
it fixes the build to work with newer versions of clang that honor SDKROOT
settings in the environment.

llvm-svn: 172324
2013-01-12 19:33:08 +00:00
clang Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
clang-tools-extra Update users of RefactoringTool 2013-01-11 17:04:09 +00:00
compiler-rt asan: fix FIXME on windows 2013-01-11 17:57:24 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Fix exception safety bug in vector::push_back 2013-01-11 20:36:59 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld Factor File::addAtom out to MutableFile::addAtom. 2013-01-12 02:45:54 +00:00
lldb Fix cross-compiling problems in build-llvm.pl script. <rdar://problem/12986905> 2013-01-12 19:33:08 +00:00
llvm When lowering an inreg sext first shift left, then right arithmetically. 2013-01-12 19:06:44 +00:00
polly Dead code elimination: Make variable names uppercase 2013-01-08 08:53:58 +00:00