[LLVMbugs] [Bug 4907] New: llvm fails to build, error: 'WeakVH' was not declared
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Sep 5 16:41:27 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4907
Summary: llvm fails to build, error: 'WeakVH' was not declared
Product: new-bugs
Version: 2.6
Platform: PC
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: moritzwarning at web.de
CC: llvmbugs at cs.uiuc.edu
LLVM fails to build on Debian linux (x86_64). (FreeBSD 7.2 32&64bit as well).
release_26 branch.
llvm[3]: Compiling BasicBlockPlacement.cpp for Release build
llvm[3]: Compiling CodeGenPrepare.cpp for Release build
llvm[3]: Compiling CondPropagate.cpp for Release build
llvm[3]: Compiling ConstantProp.cpp for Release build
llvm[3]: Compiling DCE.cpp for Release build
llvm[3]: Compiling DeadStoreElimination.cpp for Release build
/home/mwarning/llvm-trunk/lib/Transforms/Scalar/DeadStoreElimination.cpp: In
member function ‘bool<unnamed>::DSE::runOnBasicBlock(llvm::BasicBlock&)’:
/home/mwarning/llvm-trunk/lib/Transforms/Scalar/DeadStoreElimination.cpp:144:
error: ‘WeakVH’ was not declared in this scope
/home/mwarning/llvm-trunk/lib/Transforms/Scalar/DeadStoreElimination.cpp:144:
error: expected `;' before ‘NextInst’
/home/mwarning/llvm-trunk/lib/Transforms/Scalar/DeadStoreElimination.cpp:148:
error: ‘NextInst’ was not declared in this scope
make[3]: ***
[/home/mwarning/llvm-trunk-obj/lib/Transforms/Scalar/Release/DeadStoreElimination.o]
Error 1
make[3]: Leaving directory
`/home/mwarning/llvm-trunk-obj/lib/Transforms/Scalar'
make[2]: *** [Scalar/.makeall] Error 2
make[2]: Leaving directory `/home/mwarning/llvm-trunk-obj/lib/Transforms'
make[1]: *** [Transforms/.makeall] Error 2
make[1]: Leaving directory `/home/mwarning/llvm-trunk-obj/lib'
make: *** [all] Error 1
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list