[llvm-branch-commits] [compiler-rt] release/22.x: [ubsan][test] Skip Misc/Posix/static-link.cpp on Solaris (#175464) (PR #180206)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Feb 6 07:01:59 PST 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-compiler-rt-sanitizer

Author: None (llvmbot)

<details>
<summary>Changes</summary>

Backport 5c2b510f882129fcdb3945842e3d050b068f3cda

Requested by: @<!-- -->rorth

---
Full diff: https://github.com/llvm/llvm-project/pull/180206.diff


1 Files Affected:

- (modified) compiler-rt/test/ubsan/TestCases/Misc/Posix/static-link.cpp (+1-1) 


``````````diff
diff --git a/compiler-rt/test/ubsan/TestCases/Misc/Posix/static-link.cpp b/compiler-rt/test/ubsan/TestCases/Misc/Posix/static-link.cpp
index 081eec049e3fc..daa76b7322669 100644
--- a/compiler-rt/test/ubsan/TestCases/Misc/Posix/static-link.cpp
+++ b/compiler-rt/test/ubsan/TestCases/Misc/Posix/static-link.cpp
@@ -6,7 +6,7 @@
 // UNSUPPORTED: i386-target-arch, internal_symbolizer
 
 // Does not link.
-// UNSUPPORTED: darwin
+// UNSUPPORTED: darwin,target={{.*solaris.*}}
 
 #include <signal.h>
 #include <stdio.h>

``````````

</details>


https://github.com/llvm/llvm-project/pull/180206


More information about the llvm-branch-commits mailing list