Closed jedisct1 closed 4 years ago
llvm-ir currently cannot be compiled on aarch64 due to signed vs unsigned char * inconsistencies between platforms.
llvm-ir
aarch64
char *
This simple diff fixes it.
Thanks!
llvm-ir
currently cannot be compiled onaarch64
due to signed vs unsignedchar *
inconsistencies between platforms.This simple diff fixes it.