[clang] [libc] Partially implement 'rand' for the GPU (PR #66167)

2023-10-05 Thread Joseph Huber via cfe-commits
jhuber6 wrote: > Can you double check this error from the linux x86_64 bot: > > ``` > /var/lib/buildkite-agent/builds/linux-56-7f758798dd-khkmx-1/llvm-project/github-pull-requests/libc/test/src/stdlib/rand_test.cpp:27:2: > error: unterminated conditional directive > -- > | #ifndef LIBC_TARGET

[clang] [libc] Partially implement 'rand' for the GPU (PR #66167)

2023-10-04 Thread Joseph Huber via cfe-commits
jhuber6 wrote: ping https://github.com/llvm/llvm-project/pull/66167 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [libc] Partially implement 'rand' for the GPU (PR #66167)

2023-10-04 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 updated https://github.com/llvm/llvm-project/pull/66167 >From 7abe016b179a986ee6f94973a1a2c313185705f0 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Tue, 12 Sep 2023 18:13:22 -0500 Subject: [PATCH] [libc] Partially implement 'rand' for the GPU Summary: This patch