[LLVMdev] Errors in Documentation

Duncan Sands baldrick at free.fr
Tue Oct 26 05:29:55 PDT 2010


Hi Santosh,

> 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

thanks for pointing this out.  Can you please send an appropriate patch.

Best wishes,

Duncan.



More information about the llvm-dev mailing list