Displaying 2 results from an estimated 2 matches for "getcasesuccessor".
2012 May 21
2
[LLVMdev] VMKit build broken
Hi,
I just thought of trying vmkit and checked out the source
from the svn repo a few minutes back. The build is failing 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...
2012 May 22
0
[LLVMdev] VMKit build broken
...>
> I just thought of trying vmkit and checked out the source
> from the svn repo a few minutes back. The build is failing 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/ll...