Closed boomanaiden154 closed 3 months ago
There is a compiler warning marked as -Werror inside google3 that fires on this code due to Gematria using uintptr_t but llvm-exegesis using intptr_t. For now, static cast this so that we can do an import.
There is a compiler warning marked as -Werror inside google3 that fires on this code due to Gematria using uintptr_t but llvm-exegesis using intptr_t. For now, static cast this so that we can do an import.