[libc-commits] [PATCH] D146256: [libc] Enable integration tests targeting the GPU

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Mar 17 00:00:52 PDT 2023


sivachandra added a comment.

The libc infra components LGTM.



================
Comment at: libc/test/integration/startup/gpu/args_test.cpp:1
+//===-- Loader test to check args to main ---------------------------------===//
+//
----------------
I suppose you are not using the linux one because you don't have `envp` on the gpu? Or, is it future work? Also, unrelated to this change, what about global contructor/destructor on the GPUs?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146256/new/

https://reviews.llvm.org/D146256



More information about the libc-commits mailing list