[llvm-commits] [poolalloc] r141724 - /poolalloc/trunk/README
John Criswell
criswell at uiuc.edu
Tue Oct 11 15:13:46 PDT 2011
Author: criswell
Date: Tue Oct 11 17:13:46 2011
New Revision: 141724
URL: http://llvm.org/viewvc/llvm-project?rev=141724&view=rev
Log:
The release_27 branch of poolalloc works. This text is old.
Fixed the capitalization of LLVM.
Modified:
poolalloc/trunk/README
Modified: poolalloc/trunk/README
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/README?rev=141724&r1=141723&r2=141724&view=diff
==============================================================================
--- poolalloc/trunk/README (original)
+++ poolalloc/trunk/README Tue Oct 11 17:13:46 2011
@@ -8,14 +8,10 @@
KNOWN ISSUES:
=============
-Automatic Pool Allocation is currently broken on 2.7 due to malloc and
-free instructions being removed. Use the release_26 branch of llvm
-and poolalloc for a working poolalloc module.
-
DSA is undergoing significant changes and may not be entirely stable or
correct. See lib/DSA/README.
-Windows does not support loadable modules in llvm, so poolalloc must
+Windows does not support loadable modules in LLVM, so poolalloc must
be linked into opt.
More information about the llvm-commits
mailing list