Skip to content

Commit 52400e4

Browse files
kstoimenovtstellar
authored andcommitted
[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 3348699)
1 parent 22000e3 commit 52400e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/test/lsan/TestCases/Linux/leak_check_segv.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Test that SIGSEGV during leak checking does not crash the process.
22
// RUN: %clangxx_lsan -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s
3+
// UNSUPPORTED: ppc
34
#include <stdlib.h>
45
#include <stdio.h>
56
#include <sys/mman.h>

0 commit comments

Comments
 (0)