[Orc] Remove some reinterpret casts in debugging output.
These casts were from function pointer to data pointer type, which some compilers (including GCC) may warn about. In all cases where these casts were used the original value was still available as a TargetAddress (uint64_t), so we can just print a formatted version of that instead. llvm-svn: 257932
Loading
Please sign in to comment