[llvm-branch-commits] [compiler-rt] 52400e4 - [LSAN] Attempt to fix the ppc64 build by excluding unsupported test
Tom Stellard via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 7 19:01:39 PST 2023
Author: Kirill Stoimenov
Date: 2023-02-07T18:58:58-08:00
New Revision: 52400e42b8725e76198e0221d7f4e964d2ab6f4b
URL: https://github.com/llvm/llvm-project/commit/52400e42b8725e76198e0221d7f4e964d2ab6f4b
DIFF: https://github.com/llvm/llvm-project/commit/52400e42b8725e76198e0221d7f4e964d2ab6f4b.diff
LOG: [LSAN] Attempt to fix the ppc64 build by excluding unsupported test
Reviewed By: kstoimenov
Differential Revision: https://reviews.llvm.org/D142561
(cherry picked from commit 3348699221339870d668930171e9fd58a60acc89)
Added:
Modified:
compiler-rt/test/lsan/TestCases/Linux/leak_check_segv.cpp
Removed:
################################################################################
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 8ca48cb4cd89..88fb217883fc 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 <stdlib.h>
#include <stdio.h>
#include <sys/mman.h>
More information about the llvm-branch-commits
mailing list