https://github.com/jhuber6 closed
https://github.com/llvm/llvm-project/pull/68346
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/jhuber6 updated
https://github.com/llvm/llvm-project/pull/68346
>From 28dec98632ace2e48d57736bb9eb9db311f46aaf Mon Sep 17 00:00:00 2001
From: Joseph Huber
Date: Fri, 29 Sep 2023 18:50:10 -0500
Subject: [PATCH] [libc] Enable remaining string functions on the GPU
Summary:
We p
https://github.com/jdoerfert approved this pull request.
Seems a reasonable solution, given that nothing in this space is really nice
and clean.
Nobody complained for a while, LG.
https://github.com/llvm/llvm-project/pull/68346
___
cfe-commits mailin
llvmbot wrote:
@llvm/pr-subscribers-libc
Changes
Summary:
We previously had to disable these string functions because they were
not compatible with the definitions coming from the GNU / host
environment. The GPU, when exporting its declarations, has a very
difficult requirement that it be c
https://github.com/jhuber6 created
https://github.com/llvm/llvm-project/pull/68346
Summary:
We previously had to disable these string functions because they were
not compatible with the definitions coming from the GNU / host
environment. The GPU, when exporting its declarations, has a very
diffi