diff options
author | brooks <brooks@FreeBSD.org> | 2007-07-18 22:53:39 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2007-07-18 22:53:39 +0800 |
commit | c83a3359f4e9c8199effea23ef8121d49940ac59 (patch) | |
tree | 814ddf9202ea9d807ba9a0537844760172d31593 /UPDATING | |
parent | bfee8ba9e3633d206d4223ff5d915d9106c36a8e (diff) | |
download | freebsd-ports-gnome-c83a3359f4e9c8199effea23ef8121d49940ac59.tar.gz freebsd-ports-gnome-c83a3359f4e9c8199effea23ef8121d49940ac59.tar.zst freebsd-ports-gnome-c83a3359f4e9c8199effea23ef8121d49940ac59.zip |
Upgrade to LLVM 2.0.
From the release notes: "This is the first LLVM release to correctly
compile and optimize major software like LLVM itself, Mozilla/Seamonkey,
Qt 4.3rc1, kOffice, etc out of the box on linux/x86"
For details on the changes to LLVM see:
http://llvm.org/releases/2.0/docs/ReleaseNotes.html
Submitted by: se
PR: ports/114169
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -6,6 +6,15 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20070718: + AFFECTS: user of devel/llvm + AUTHOR: brooks@freebsd.org + + The llvm bytecode and .ll formats have changed as have numerious + internal APIs. Existing users should consult the release notes. + + http://llvm.org/releases/2.0/docs/ReleaseNotes.html + 20070716: AFFECTS: users of editors/emacs AUTHOR: nobutaka@FreeBSD.org |