Dear All, The LLVM 2.6 Release Branch doesn't compile for me on Mac OS X. The following patch seems to fix it (it adds a missing include file to get WeakVH defined). Has anyone else seen this breakage, or is it possible that I've got the wrong branch checked out? -- John T. Index: lib/Transforms/Scalar/DeadStoreElimination.cpp ==================================================================--- lib/Transforms/Scalar/DeadStoreElimination.cpp (revision 81219) +++ lib/Transforms/Scalar/DeadStoreElimination.cpp (working copy) @@ -30,6 +30,8 @@ #include "llvm/Target/TargetData.h" #include "llvm/Transforms/Utils/Local.h" #include "llvm/Support/Compiler.h" +#include "llvm/Support/ValueHandle.h" + using namespace llvm; STATISTIC(NumFastStores, "Number of stores deleted");
John Criswell wrote:> The LLVM 2.6 Release Branch doesn't compile for me on Mac OS X. The > following patch seems to fix it (it adds a missing include file to get > WeakVH defined). > > Has anyone else seen this breakage, or is it possible that I've got the > wrong branch checked out?I fails to compile on Linux as well. Has been that way for a few days. Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr.Graef at t-online.de, ag at muwiinfa.geschichte.uni-mainz.de WWW: http://www.musikinformatik.uni-mainz.de/ag
On Sep 8, 2009, at 1:18 PM, Albert Graef wrote:> John Criswell wrote: >> The LLVM 2.6 Release Branch doesn't compile for me on Mac OS X. The >> following patch seems to fix it (it adds a missing include file to >> get >> WeakVH defined). >> >> Has anyone else seen this breakage, or is it possible that I've got >> the >> wrong branch checked out? > > I fails to compile on Linux as well. Has been that way for a few days. >This is now fixed. -Tanya> Albert > > -- > Dr. Albert Gr"af > Dept. of Music-Informatics, University of Mainz, Germany > Email: Dr.Graef at t-online.de, ag at muwiinfa.geschichte.uni-mainz.de > WWW: http://www.musikinformatik.uni-mainz.de/ag > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090908/30a9d3a0/attachment.html>