commit | 97b6e37d4ada7a0f02988ae992606d3d42ebae96 | [log] [tgz] |
---|---|---|
author | Vitaly Buka <vitalybuka@google.com> | Fri Sep 13 20:06:26 2024 -0700 |
committer | Vitaly Buka <vitalybuka@google.com> | Fri Sep 13 20:06:26 2024 -0700 |
tree | 0a1d32a52c9e2757a6b67771da896e2ccb43b94c | |
parent | 9578db9c11294cdf2b08a89a86a3d7c3dc7c98c0 [diff] |
[𝘀𝗽𝗿] changes to main this commit is based on Created using spr 1.3.4 [skip ci]
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 2f88c22..0aff603 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>