We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22000e3 commit 52400e4Copy full SHA for 52400e4
compiler-rt/test/lsan/TestCases/Linux/leak_check_segv.cpp
@@ -1,5 +1,6 @@
1
// Test that SIGSEGV during leak checking does not crash the process.
2
// RUN: %clangxx_lsan -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s
3
+// UNSUPPORTED: ppc
4
#include <stdlib.h>
5
#include <stdio.h>
6
#include <sys/mman.h>
0 commit comments