<div dir="ltr"><span style="font-size:14px">Hello, today I download poolalloc from "</span><a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_llvm-2Dmirror_poolalloc&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=nN_UMUoLRuHAB3OBaALnnt_b7iqegP-ixeduHiJ0zRo&s=Opd7uVKJrmd5_56qs2Mv5O4BptROfT_46M7ctPXuMQ4&e=" target="_blank" style="font-size:14px">https://github.com/llvm-mirror/poolalloc</a><span style="font-size:14px">". and I compiled it with LLVM3.3. Then when I excute "make",I get the error:</span><div><span style="font-size:14px">AddressTakenAnalysis.cpp:18:30:fatal error:llvm/IR/CallSite.h: No such file or directory.<br></span><div style="font-size:14px"><br></div><div style="font-size:14px">​I correct the path of callsite.h to "llvm/Support/Callsite.h". there is another error:<br></div><div style="font-size:14px">AddressTakenAnalysis.cpp:In function 'bool isAddresTaken(llvm::Value)'<br></div><div style="font-size:14px">AddressTakenAnalysis.cpp:39:18: error: 'class llvm::User' hao no member named 'getUser'<br></div><div style="font-size:14px">User *U = I->getUser();</div><div style="font-size:14px">....</div><div style="font-size:14px">​<br></div><div style="font-size:14px">so I wonder if I get the wrong version, and where should I get the right version compiler with LLVM3.3?</div></div></div>