DreamSoule/ollvm17

17x build error

DeYouOS opened this issue · 2 comments

llvm/lib/Passes/Obfuscation/compat/CallSite.h:155:28: 错误:‘class llvm::Type’ has no member named ‘getPointerElementType’; did you mean ‘getStructElementType’? return V->getType()->getPointerElementType();

In order to support opaque pointers, two types of changes tend to be necessary.
The first is the removal of all calls to PointerType::getElementType() and
Type::getPointerElementType().