Hello all,<br><br>I'm trying the Hello pass example in the "Writing an LLVM Pass" webpage ( <a href="http://llvm.org/docs/WritingAnLLVMPass.html#basiccode">http://llvm.org/docs/WritingAnLLVMPass.html#basiccode</a> ). I followed the instructions to compile (with gcc-4.2) the Hello.cpp, but I got the compile errors:<br>
<br>Hello.cpp:20: error: expected identifier before string constant<br>Hello.cpp:20: error: expected ',' or '...' before string constant<br>Hello.cpp:20: error: expected constructor, destructor, or type conversion before ';' token<br>
<br>which is the line "INITIALIZE_PASS(Hello, "Hello", "Hello World Pass", false, false);" in the code. Could any one help me with this? Thank you very much!<br><br>Best,<br>Daniel<br>