diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-09 23:03:44 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2010-02-09 23:03:44 +0000 |
commit | 260af33b20996cdc744add1729c0168b58a531f1 (patch) | |
tree | d25b68c7a70c72c6fc8284a69baa09d0a67a56e5 /docs/ReleaseNotes.html | |
parent | 4e45d4038f73a9f9b011973cccc141f3188480b8 (diff) | |
download | external_llvm-260af33b20996cdc744add1729c0168b58a531f1.zip external_llvm-260af33b20996cdc744add1729c0168b58a531f1.tar.gz external_llvm-260af33b20996cdc744add1729c0168b58a531f1.tar.bz2 |
Make --disable-libffi work on systems with libffi installed. Also
make no-ffi the default even on systems with libffi. This fixes
http://llvm.org/PR5018.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95712 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c960f55..2a096b4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -604,7 +604,11 @@ on LLVM 2.6, this section lists some "gotchas" that you may run into upgrading from the previous release.</p> <ul> -<li>...</li> +<li>The LLVM interpreter now defaults to <em>not</em> using <tt>libffi</tt> even +if you have it installed. This makes it more likely that an LLVM built on one +system will work when copied to a similar system. To use <tt>libffi</tt>, +configure with <tt>--enable-libffi</tt>. +</li> </ul> |