[compiler-rt] [compiler-rt] safestack disable tests for now. (PR #97183)
David CARLIER via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 29 16:31:11 PDT 2024
https://github.com/devnexen created https://github.com/llvm/llvm-project/pull/97183
None
>From f7843bee1909aeb6eb84b323c6717f6c783a40e7 Mon Sep 17 00:00:00 2001
From: David Carlier <devnexen at gmail.com>
Date: Sun, 30 Jun 2024 00:30:10 +0100
Subject: [PATCH] [compiler-rt] safestack disable tests for now.
---
compiler-rt/test/safestack/lit.cfg.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler-rt/test/safestack/lit.cfg.py b/compiler-rt/test/safestack/lit.cfg.py
index 17dfae46a412b0..aadb8bf0d5c77b 100644
--- a/compiler-rt/test/safestack/lit.cfg.py
+++ b/compiler-rt/test/safestack/lit.cfg.py
@@ -33,5 +33,5 @@
)
)
-if config.host_os not in ["Linux", "FreeBSD", "NetBSD", "SunOS"]:
+if config.host_os not in ["Linux", "FreeBSD", "NetBSD"]:
config.unsupported = True
More information about the llvm-commits
mailing list