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
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