[compiler-rt] Disable test for lsan and x86_64h (PR #90483)
Julian Lettner via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 29 12:18:07 PDT 2024
================
@@ -2,6 +2,8 @@
// REQUIRES: has_sancovcc
// UNSUPPORTED: ubsan,i386-darwin,target={{(powerpc64|s390x|thumb).*}}
+// This test is failing for lsan on darwin on x86_64.
+// UNSUPPORTED: x86_64h && lsan
----------------
yln wrote:
Would we want to constrain disablement to Apple platforms? (` && darwin`)
https://github.com/llvm/llvm-project/pull/90483
More information about the llvm-commits
mailing list