[clang] bad1a88 - [clang] Temporarily disable Darwin test for linking against libc++ on non-darwin systems (#170912)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 5 12:47:19 PST 2025
Author: Kewen Meng
Date: 2025-12-05T20:47:14Z
New Revision: bad1a88963f35ec57d27be4450a9c7074ec095d7
URL: https://github.com/llvm/llvm-project/commit/bad1a88963f35ec57d27be4450a9c7074ec095d7
DIFF: https://github.com/llvm/llvm-project/commit/bad1a88963f35ec57d27be4450a9c7074ec095d7.diff
LOG: [clang] Temporarily disable Darwin test for linking against libc++ on non-darwin systems (#170912)
Disable the test added in #170303, which breaks bots that don't use ld
as their linker. This is a temporary and narrow disablement of the test
until we can make it more general again, to get the bots green.
Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>
Added:
Modified:
clang/test/Driver/darwin-link-libcxx.cpp
Removed:
################################################################################
diff --git a/clang/test/Driver/darwin-link-libcxx.cpp b/clang/test/Driver/darwin-link-libcxx.cpp
index 1c4f31b257512..fca1e3c6f3d6f 100644
--- a/clang/test/Driver/darwin-link-libcxx.cpp
+++ b/clang/test/Driver/darwin-link-libcxx.cpp
@@ -1,5 +1,8 @@
// UNSUPPORTED: system-windows
+// TODO: Make this test portable across platforms
+// REQUIRES: system-darwin
+
// Tests to check that we link against the toolchain-provided libc++ built library when it is provided.
// This is required to prefer the toolchain's libc++ over the system's libc++, which matches the behavior
// we have for header search paths.
More information about the cfe-commits
mailing list