[LLVMdev] where's UnrollLoop.h

P. Durante shackan at gmail.com
Tue May 13 21:43:14 PDT 2008


Hi,

On Wed, May 14, 2008 at 6:20 AM, Dmitri Makarov <nebraskin at yahoo.com> wrote:
> I'm building llvm in MSVS 2008. LoopUnroll.cpp includes UnrollLoop.h
> line 23:
>
> #include "llvm/Transforms/Utils/UnrollLoop.h"
>
> but there's no UnrollLoop.h anywhere to be found.
>
> My svn tree is synced to TOT.
>
> What am I missing?
>
>

what a coincidence, I just did the same thing! (btw, despite what's
been trolled in previous threads, llvm now builds just fine on VS2008
Express), UnrollLoop.h is in a patch posted earlier today on this list
which hasn't been completely applied (you can do it yourself), you'll
also need to add Use.cpp to VMCore

if it wasn't this late, I'd post a diff

>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>



More information about the llvm-dev mailing list