http://llvm.org/bugs/show_bug.cgi?id=17641
Sean Silva <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #3 from Sean Silva <[email protected]> --- If `hso` is a null pointer, (like when it is default initialized), then `HSOpts` will be null as well, and you will see this crash. This is expected behavior and the crash you are running into is due to "misuse of the API", so please file this issue with the tutorial author. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
