Skip to content

Commit bad1a88

Browse files
Kewen12ldionne
andauthored
[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 <[email protected]>
1 parent ecf4927 commit bad1a88

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)