[libcxx-commits] [libcxx] [libcxx] Add testing configuration for GPU targets (PR #104515)

Joseph Huber via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 30 07:52:06 PDT 2024


jhuber6 wrote:

> Is it possible to get the added CI setup alongside this?

What would that look like? I've talked w/ @jplehr and @Artem-B about getting a build for these targets at least set-up. I don't think a full CI tester will be available for awhile -- there's still lots of failing tests and it takes a *long* time to run.

Right now I need to redo this since the `%{lib-dir}` no longer points to the right spot, I probably just need to add a new variable that gives me access to `${LLVM_BINARY_DIR}/lib` and `${LLVM_BINARY_DIR/include`.

https://github.com/llvm/llvm-project/pull/104515


More information about the libcxx-commits mailing list