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?
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?
Hi,
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
Just svn update, it was readded right now.
--lf