[llvm-commits] [poolalloc] r169034 - /poolalloc/branches/release_32/include/LinkDSA.h

John Criswell criswell at uiuc.edu
Fri Nov 30 12:49:21 PST 2012


Author: criswell
Date: Fri Nov 30 14:49:21 2012
New Revision: 169034

URL: http://llvm.org/viewvc/llvm-project?rev=169034&view=rev
Log:
Added EntryPointAnalysis to the list of passes that must be linked in.

Modified:
    poolalloc/branches/release_32/include/LinkDSA.h

Modified: poolalloc/branches/release_32/include/LinkDSA.h
URL: http://llvm.org/viewvc/llvm-project/poolalloc/branches/release_32/include/LinkDSA.h?rev=169034&r1=169033&r2=169034&view=diff
==============================================================================
--- poolalloc/branches/release_32/include/LinkDSA.h (original)
+++ poolalloc/branches/release_32/include/LinkDSA.h Fri Nov 30 14:49:21 2012
@@ -8,6 +8,7 @@
       if (std::getenv("bar") != (char*) -1)
         return;
 
+      (void)new EntryPointAnalysis();
       (void)new llvm::BasicDataStructures();
       (void)new llvm::LocalDataStructures();
       (void)new llvm::StdLibDataStructures();





More information about the llvm-commits mailing list