[LLVMdev] Errors in Documentation

Santosh Nagarakatte santosh.nagarakatte at gmail.com
Thu Oct 7 13:01:40 PDT 2010


Hi,

There are minor errors in the revised documentation on writing an llvm pass.

In Quick Start -- Writing Hello World section and in basic code required
section,

The following should be changed from

    Hello() : FunctionPass(&ID) {}

to
     Hello() : FunctionPass(ID) {}

Similarly in the whole .cpp file

Santosh



-- 
Santosh G Nagarakatte,
PhD Student,
Computer and Information Science Department
University of Pennsylvania,
Philadelphia-19104
http://www.cis.upenn.edu/~santoshn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101007/ec47e543/attachment.html>


More information about the llvm-dev mailing list