mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
.. | ||
patch-01-freebsd-kprintf.diff | ||
patch-02-clang-vendor-suffix.diff | ||
patch-03-add-CC-aliases.diff | ||
patch-04-add-llvm-gvn-option.diff | ||
patch-05-enable-armv6-clrex.diff | ||
patch-06-clang-add-mips-triples.diff | ||
patch-07-llvm-r227752-boot2-shrink.diff | ||
patch-08-llvm-r227089-fix-mips-i128.diff | ||
patch-09-llvm-r230058-indirectbrs-assert.diff | ||
README.TXT |
This is a set of individual patches, which contain all the customizations to llvm/clang currently in the FreeBSD base system. These can be applied in alphabetical order to a pristine llvm/clang 3.6.0 RC4 source tree, for example by doing: svn co https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_360/rc4 llvm-3.6.0-rc4 svn co https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_360/rc4 llvm-3.6.0-rc4/tools/clang cd llvm-3.6.0-rc4 for p in /usr/src/contrib/llvm/patches/patch-*.diff; do patch -p0 -f -F0 -E -i $p -s || break done A number of these consist of hand-written modifications, specifically for FreeBSD, while most others are cherry pickings off the llvm and clang trunks. When a new version of llvm/clang is eventually imported, those latter ones will largely disappear.