Skip to content

Commit 4c50d83

Browse files
committed
Require darwin
1 parent 3ac8417 commit 4c50d83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/test/Driver/darwin-link-libcxx.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// UNSUPPORTED: system-windows
22

3+
// TODO: Make this test portable across platforms
4+
// REQUIRES: system-darwin
5+
36
// Tests to check that we link against the toolchain-provided libc++ built library when it is provided.
47
// This is required to prefer the toolchain's libc++ over the system's libc++, which matches the behavior
58
// we have for header search paths.

0 commit comments

Comments
 (0)