Closed steven-johnson closed 1 week ago
LLVM's getPointerTo() is now marked as deprecated and fails to compile on at least some of our build bots; PointerType::get() is the recommended replacement.
getPointerTo()
deprecated
PointerType::get()
LLVM's
getPointerTo()
is now marked asdeprecated
and fails to compile on at least some of our build bots;PointerType::get()
is the recommended replacement.