search for: structobj

Displaying 3 results from an estimated 3 matches for "structobj".

Did you mean: structb
2010 May 07
0
[LLVMdev] Unreachable code executed crash
...t able to reproduce it and would still like to teach the verifier whatever it missed. but still crashing with the same error saying > "Unreachable executed". I have attached the output with this mail. This time you've got: %1 = load i32** getelementptr inbounds ({ i32* }* @structobj, i64 0, i32 0) in @temp0 but @structobj is nowhere in the file, which implies that you created the GlobalValue but never inserted it. You can figure this out for yourself by taking the module dump (be sure to remove "The Module: " from the beginning) and running llvm-as on it. It fi...
2010 May 07
1
[LLVMdev] Unreachable code executed crash
...h > the verifier whatever it missed. > > > but still crashing with the same error saying > >> "Unreachable executed". I have attached the output with this mail. >> > > This time you've got: > > %1 = load i32** getelementptr inbounds ({ i32* }* @structobj, i64 0, i32 > 0) > > in @temp0 but @structobj is nowhere in the file, which implies that you > created the GlobalValue but never inserted it. > > You can figure this out for yourself by taking the module dump (be sure to > remove "The Module: " from the beginning) and...
2010 May 06
2
[LLVMdev] Unreachable code executed crash
I was able to solve that but still crashing with the same error saying "Unreachable executed". I have attached the output with this mail. Thanks in advance. On Thu, May 6, 2010 at 2:38 AM, Nick Lewycky <nicholas at mxc.ca> wrote: > Adarsh Yoga wrote: > >> Yes. Intially the pass was crashing when the module when the module >> verifier was running. I was able to