Upgrade our copy of llvm/clang to trunk r162107. With thanks toBenjamin Kramer and Joerg Sonnenberger for their input and fixes.
Upgrade our copy of llvm/clang to trunk r154661, in preparation of theupcoming 3.1 release (expected in a few weeks). Preliminary releasenotes can be found at: <http://llvm.org/docs/ReleaseNotes.h
Upgrade our copy of llvm/clang to trunk r154661, in preparation of theupcoming 3.1 release (expected in a few weeks). Preliminary releasenotes can be found at: <http://llvm.org/docs/ReleaseNotes.html>MFC after: 2 weeks
show more ...
Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,that builds the following additional llvm/clang tools:- bugpoint- llc- lli- llvm-ar- llvm-as- llvm-bcanalyzer- llvm-diff-
Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,that builds the following additional llvm/clang tools:- bugpoint- llc- lli- llvm-ar- llvm-as- llvm-bcanalyzer- llvm-diff- llvm-dis- llvm-extract- llvm-ld- llvm-link- llvm-mc- llvm-nm- llvm-objdump- llvm-prof- llvm-ranlib- llvm-rtdyld- llvm-stub- macho-dump- optThese tools are mainly useful for people that want to manipulate llvmbitcode (.bc) and llvm assembly language (.ll) files, or want to tinkerwith llvm and clang themselves.MFC after: 2 weeks
12