[LSAN] Attempt to fix the ppc64 build by excluding unsupported test
authorKirill Stoimenov <kstoimenov@google.com>
Wed, 25 Jan 2023 17:04:07 +0000 (17:04 +0000)
committerKirill Stoimenov <kstoimenov@google.com>
Wed, 25 Jan 2023 17:06:24 +0000 (17:06 +0000)
Reviewed By: kstoimenov

Differential Revision: https://reviews.llvm.org/D142561

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

index 8ca48cb..88fb217 100644 (file)
@@ -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>