[libc-commits] [libc] [libc] Use `LIBC_COPT_PUBLIC_PACKAGING` for hermetic and integration tests. (PR #79319)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Mon Jan 29 09:09:52 PST 2024


================
@@ -419,7 +419,18 @@ add_libc_test(
 )
 
 # Tests all implementations that can run on the target CPU.
+
+# TODO: For GPUs, hermetic tests still need to get linked against
+# __internal__ targets.  Update this test generator so that hermetic tests
+# work on GPUs again.
----------------
nickdesaulniers wrote:

file a bug, link to it here

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


More information about the libc-commits mailing list