diff options
author | Joseph Huber <huberjn@outlook.com> | 2023-11-29 09:04:36 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 09:04:36 -0600 |
commit | 0468867c982c9438cf1e9adb71709cb9c7d66391 (patch) | |
tree | 3fd13e3a08c8ff2563bf21381f35ad83178422df /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 244389ad1794b0bc6c659bd685cf6ea9a7cad8e3 (diff) | |
download | llvm-0468867c982c9438cf1e9adb71709cb9c7d66391.zip llvm-0468867c982c9438cf1e9adb71709cb9c7d66391.tar.gz llvm-0468867c982c9438cf1e9adb71709cb9c7d66391.tar.bz2 |
[libc] Fix the GPU build for the hashing support (#73799)
Summary:
For reasons unknown to me, this function is undefined only on the GPU
build if you use `uintptr_t` but not `uint64_t` directly. This patch
makes an ifdef to use this directly for the GPU build to fix the bots.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions