This uses a roundtrip cast int -> void * -> int. LLVM11 objects to the last step. Pacify with int -> void * -> intptr_t -> int.
This uses a roundtrip cast int -> void * -> int. LLVM11 objects to the last step. Pacify with int -> void * -> intptr_t -> int.