We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae2446 commit 53e85d4Copy full SHA for 53e85d4
compiler-rt/test/ubsan/TestCases/Misc/Posix/static-link.cpp
@@ -1,8 +1,10 @@
1
+// RUN: %clangxx -fsanitize=bool -static %s -o %t && env UBSAN_OPTIONS=handle_segv=0:handle_sigbus=0:handle_sigfpe=0 %run %t 2>&1 | FileCheck %s
2
+// RUN: %run %t 2>&1 | FileCheck %s
3
+
4
// REQUIRES: ubsan-standalone
5
// REQUIRES: target={{x86_64.*}}
6
// UNSUPPORTED: i386-target-arch, internal_symbolizer
-// RUN: %clangxx -fsanitize=bool -static %s -o %t && env UBSAN_OPTIONS=handle_segv=0:handle_sigbus=0:handle_sigfpe=0 %run %t 2>&1 | FileCheck %s
-// RUN: %run %t 2>&1 | FileCheck %s
7
8
#include <signal.h>
9
#include <stdio.h>
10
0 commit comments