http://llvm.org/bugs/show_bug.cgi?id=2712

Roel Jordans <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |[email protected]
         Resolution|WORKSFORME                  |

--- Comment #4 from Roel Jordans <[email protected]> 2011-12-07 08:12:45 CST ---
The current version on the website still has the problem of crashing when
executed.

http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-January/037761.html

Describes how to fix this. Apparently the line

   Hello() : FunctionPass(ID) {}

Should be rewritten as

   Hello() : FunctionPass(&ID) {}

This is already corrected in the example included in the source code but not in
the documentation

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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

Reply via email to