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>