[libc-commits] [libc] 955a4e1 - [libc] Disable hermetic version of printf_core.parser_test (#215037)
via libc-commits
libc-commits at lists.llvm.org
Sat Aug 8 17:16:36 PDT 2026
Author: Pavel Labath
Date: 2026-08-09T02:16:30+02:00
New Revision: 955a4e14347947c43bb7c7d8efa059b802731ca4
URL: https://github.com/llvm/llvm-project/commit/955a4e14347947c43bb7c7d8efa059b802731ca4
DIFF: https://github.com/llvm/llvm-project/commit/955a4e14347947c43bb7c7d8efa059b802731ca4.diff
LOG: [libc] Disable hermetic version of printf_core.parser_test (#215037)
It fails on amdgpu:
https://lab.llvm.org/buildbot/#/builders/10/builds/33548
ld.lld: error: undefined symbol: operator delete(void*, unsigned long,
std::align_val_t)
This effectively reverts a part of #213852.
Added:
Modified:
libc/test/src/__support/printf_core/CMakeLists.txt
Removed:
################################################################################
diff --git a/libc/test/src/__support/printf_core/CMakeLists.txt b/libc/test/src/__support/printf_core/CMakeLists.txt
index 0314b1d7cfd01..bcc5a21ca4ee8 100644
--- a/libc/test/src/__support/printf_core/CMakeLists.txt
+++ b/libc/test/src/__support/printf_core/CMakeLists.txt
@@ -1,5 +1,6 @@
add_libc_test(
parser_test
+ UNIT_TEST_ONLY # Fails to link on GPUs
SUITE
libc-support-tests
SRCS
More information about the libc-commits
mailing list