[LLVMbugs] [Bug 12904] New: vmkit build broken with rev 157160
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon May 21 10:39:11 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=12904
Bug #: 12904
Summary: vmkit build broken with rev 157160
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Core LLVM classes
AssignedTo: unassignedbugs at nondot.org
ReportedBy: benignbala at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The llvm vmkit build is broken in rev 157160 with the following error.
llvm[4]: Compiling CGCleanup.cpp for Release+Asserts build
CGCleanup.cpp:507:36: error: no member named 'getCaseSuccessor' in
'llvm::SwitchInst'; did you mean 'getSuccessor'?
llvm::BranchInst::Create(si->getCaseSuccessor(0), si);
^~~~~~~~~~~~~~~~
getSuccessor
/home/ganapathy/projects/llvm/include/llvm/Instructions.h:2727:15: note:
'getSuccessor' declared here
BasicBlock *getSuccessor(unsigned idx) const {
^
1 error generated.
make[4]: ***
[/home/ganapathy/projects/llvm/tools/clang/lib/CodeGen/Release+Asserts/CGCleanup.o]
Error 1
make[4]: Leaving directory
`/home/ganapathy/projects/llvm/tools/clang/lib/CodeGen'
make[3]: *** [CodeGen/.makeall] Error 2
make[3]: Leaving directory `/home/ganapathy/projects/llvm/tools/clang/lib'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/home/ganapathy/projects/llvm/tools/clang'
make[1]: *** [clang/.makeall] Error 2
make[1]: Leaving directory `/home/ganapathy/projects/llvm/tools'
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