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 #include #include