[libc-commits] [libc] [libc] Install a single LLVM-IR version of the GPU library (PR #82791)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Fri Feb 23 09:59:32 PST 2024
jhuber6 wrote:
I fixed the dependency issue. These tasks are always a pain to automate with CMake, but I found the easiest way to do it is just to make these tools depend on the main `libc.a` so that they will rebuild whenver that changes using the more correct CMake dependency handling.
https://github.com/llvm/llvm-project/pull/82791
More information about the libc-commits
mailing list