search for: setprevervesall

Displaying 1 result from an estimated 1 matches for "setprevervesall".

Did you mean: setpreservesall
2012 Mar 21
0
[LLVMdev] llvm seg fault when specifying addRequiredTransitive in module pass
...:add (this=0xbfffefc8, P=0xb121c18) at PassManager.cpp:1680 #8 0x082c6ad7 in addPass (PM=..., P=0xb121c18) at opt.cpp:397 #9 0x082c79c1 in main (argc=5, argv=0xbffff0f4) at opt.cpp:636 I am using the llvm just checked out from svn. It is configured with Debug and Asserts enabled. I tried to use setPrevervesAll() and the seg fault still exists. I also tried to require other passes such as DominatorTree and it also crashes. I found a similar bug at http://llvm.org/bugs/show_bug.cgi?id=9550. However since I just checked out from svn, I believe the patch is already there. Could any one help on this issue?...