[compiler-rt] 3348699 - [LSAN] Attempt to fix the ppc64 build by excluding unsupported test

Kirill Stoimenov via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 09:06:37 PST 2023


Author: Kirill Stoimenov
Date: 2023-01-25T17:06:24Z
New Revision: 3348699221339870d668930171e9fd58a60acc89

URL: https://github.com/llvm/llvm-project/commit/3348699221339870d668930171e9fd58a60acc89
DIFF: https://github.com/llvm/llvm-project/commit/3348699221339870d668930171e9fd58a60acc89.diff

LOG: [LSAN] Attempt to fix the ppc64 build by excluding unsupported test

Reviewed By: kstoimenov

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

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 8ca48cb4cd89a..88fb217883fcd 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-commits mailing list