search for: isaddrestaken

Displaying 1 result from an estimated 1 matches for "isaddrestaken".

Did you mean: isaddresstaken
2015 Jul 27
2
[LLVMdev] a question about pooalloc
...h LLVM3.3. Then when I excute "make",I get the error: AddressTakenAnalysis.cpp:18:30:fatal error:llvm/IR/CallSite.h: No such file or directory. ​I correct the path of callsite.h to "llvm/Support/Callsite.h". there is another error: AddressTakenAnalysis.cpp:In function 'bool isAddresTaken(llvm::Value)' AddressTakenAnalysis.cpp:39:18: error: 'class llvm::User' hao no member named 'getUser' User *U = I->getUser(); .... ​ so I wonder if I get the wrong version, and where should I get the right version compiler with LLVM3.3? -------------- next part --------------...