[LLVMdev] SwitchInst problem

Tim Northover t.p.northover at gmail.com
Thu Aug 22 02:01:43 PDT 2013


Hi Rasha,

> What is wrong in the code?

Your best bet is to run a debugger and see if the variables have
values you expect just before that last call, and then look at what's
causing the segfault in LLVM (null pointer?) code and work out where
the first place it's not doing what you expect is.
Cheers.

Tim.



More information about the llvm-dev mailing list