[compiler-rt] [sanitizer] Fix intersecting stacks workaround (PR #108672)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 23:01:48 PDT 2024
https://github.com/vitalybuka updated https://github.com/llvm/llvm-project/pull/108672
>From 97b6e37d4ada7a0f02988ae992606d3d42ebae96 Mon Sep 17 00:00:00 2001
From: Vitaly Buka <vitalybuka at google.com>
Date: Fri, 13 Sep 2024 20:06:26 -0700
Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20change?=
=?UTF-8?q?s=20to=20main=20this=20commit=20is=20based=20on?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Created using spr 1.3.4
[skip ci]
---
.../test/sanitizer_common/TestCases/Linux/tls_get_addr.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/tls_get_addr.c b/compiler-rt/test/sanitizer_common/TestCases/Linux/tls_get_addr.c
index 2f88c22d19dbf9..0aff6039ac4e8a 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Linux/tls_get_addr.c
+++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/tls_get_addr.c
@@ -10,6 +10,9 @@
// These don't intercept __tls_get_addr.
// XFAIL: lsan,hwasan,ubsan
+// FIXME: Fails for unknown reasons.
+// UNSUPPORTED: powerpc64le-target-arch
+
#ifndef BUILD_SO
# include <assert.h>
# include <dlfcn.h>
More information about the llvm-commits
mailing list