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