Go to file
Jean-Daniel Dupas 48a6060c2c Request for review: Fix build-llvm.pl
Summary:
- Stop to try to rebuild llvm on each invocation by removing the invalid library entry libLLVMArchive.a which no longer exists.
- Remove the useless ranlib invocation. "libtools -static" automatically takes care of the archive table of content.

CC: lldb-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D2296

llvm-svn: 196128
2013-12-02 18:32:35 +00:00
clang Factored attribute mutual exclusion code into a helper function; split the cf_audited_transfer and cf_unknown_transfer attributes into separate helper methods for simplicity. No functional changes intended. 2013-12-02 18:05:46 +00:00
clang-tools-extra Adapt the code to the interface change in r196108. 2013-12-02 15:22:30 +00:00
compiler-rt [sanitizer] Allow InternalMmapVector construction with zero capacity. 2013-12-02 15:41:04 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Fix a C&P error in r195021 (65a950abab3cb8435ccb2646ac4773986c995c81) 2013-11-28 00:17:29 +00:00
libcxx Found two identical files named 'allocators.h' in the libcxx test suite. Moved one to /support, removed the other, and iupdated all the includes. No functionality change 2013-12-02 18:08:31 +00:00
libcxxabi Fix indentation of fields in __cxa_exception to line up 2013-11-30 17:37:21 +00:00
lld [PECOFF] Make /subsystem option parser a separate function. 2013-12-02 11:11:47 +00:00
lldb Request for review: Fix build-llvm.pl 2013-12-02 18:32:35 +00:00
llvm R600: Workaround for cayman loop bug 2013-12-02 17:29:37 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly (re)enable formatting checks 2013-11-28 23:35:08 +00:00