17x build error
DeYouOS opened this issue · 2 comments
DeYouOS commented
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();
DeYouOS commented
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()
.
DreamSoule commented