Skip to content

Commit 203b972

Browse files
authored
[ubsan] Disable test on Darwin
Broken after #111497
1 parent 53e85d4 commit 203b972

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/ubsan/TestCases/Misc/Posix/static-link.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// REQUIRES: target={{x86_64.*}}
66
// UNSUPPORTED: i386-target-arch, internal_symbolizer
77

8+
// Does not link.
9+
// UNSUPPORTED: Darwin
10+
811
#include <signal.h>
912
#include <stdio.h>
1013

0 commit comments

Comments
 (0)