[llvm-branch-commits] [clang] 4c50d83 - Require darwin
Louis Dionne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Dec 5 12:23:15 PST 2025
Author: Louis Dionne
Date: 2025-12-05T15:23:05-05:00
New Revision: 4c50d83e8ddecf0cf6f642671523e14770d1c3e7
URL: https://github.com/llvm/llvm-project/commit/4c50d83e8ddecf0cf6f642671523e14770d1c3e7
DIFF: https://github.com/llvm/llvm-project/commit/4c50d83e8ddecf0cf6f642671523e14770d1c3e7.diff
LOG: Require darwin
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 llvm-branch-commits
mailing list