From 3348699221339870d668930171e9fd58a60acc89 Mon Sep 17 00:00:00 2001 From: Kirill Stoimenov Date: Wed, 25 Jan 2023 17:04:07 +0000 Subject: [PATCH] [LSAN] Attempt to fix the ppc64 build by excluding unsupported test Reviewed By: kstoimenov Differential Revision: https://reviews.llvm.org/D142561 --- compiler-rt/test/lsan/TestCases/Linux/leak_check_segv.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/lsan/TestCases/Linux/leak_check_segv.cpp b/compiler-rt/test/lsan/TestCases/Linux/leak_check_segv.cpp index 8ca48cb..88fb217 100644 --- a/compiler-rt/test/lsan/TestCases/Linux/leak_check_segv.cpp +++ b/compiler-rt/test/lsan/TestCases/Linux/leak_check_segv.cpp @@ -1,5 +1,6 @@ // Test that SIGSEGV during leak checking does not crash the process. // RUN: %clangxx_lsan -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s +// UNSUPPORTED: ppc #include #include #include -- 2.7.4