[compiler-rt] 203b972 - [ubsan] Disable test on Darwin
via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 18 12:38:11 PDT 2024
Author: Vitaly Buka
Date: 2024-10-18T12:38:07-07:00
New Revision: 203b972289629bb506ef1f890458e8eff638e945
URL: https://github.com/llvm/llvm-project/commit/203b972289629bb506ef1f890458e8eff638e945
DIFF: https://github.com/llvm/llvm-project/commit/203b972289629bb506ef1f890458e8eff638e945.diff
LOG: [ubsan] Disable test on Darwin
Broken after #111497
Added:
Modified:
compiler-rt/test/ubsan/TestCases/Misc/Posix/static-link.cpp
Removed:
################################################################################
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 e1a1554050eb63..a716072ef483f9 100644
--- a/compiler-rt/test/ubsan/TestCases/Misc/Posix/static-link.cpp
+++ b/compiler-rt/test/ubsan/TestCases/Misc/Posix/static-link.cpp
@@ -5,6 +5,9 @@
// REQUIRES: target={{x86_64.*}}
// UNSUPPORTED: i386-target-arch, internal_symbolizer
+// Does not link.
+// UNSUPPORTED: Darwin
+
#include <signal.h>
#include <stdio.h>
More information about the llvm-commits
mailing list