forked from OSchip/llvm-project
[compiler-rt] Remove O1 tests from signal_line.cpp
It does not work on arm llvm-svn: 373702
This commit is contained in:
parent
b8f790234f
commit
bb91a833c6
|
@ -4,10 +4,6 @@
|
|||
// RUN: %env_tool_opts=handle_segv=1:print_stacktrace=1 not %run %t 1 2>&1 | FileCheck --check-prefixes=CHECK1,CHECK %s
|
||||
// RUN: %env_tool_opts=handle_segv=1:print_stacktrace=1 not %run %t 2 2>&1 | FileCheck --check-prefixes=CHECK2,CHECK %s
|
||||
|
||||
// RUN: %clangxx %s -o %t -O1
|
||||
// RUN: %env_tool_opts=handle_segv=1:print_stacktrace=1 not %run %t 1 2>&1 | FileCheck --check-prefixes=CHECK1,CHECK %s
|
||||
// RUN: %env_tool_opts=handle_segv=1:print_stacktrace=1 not %run %t 2 2>&1 | FileCheck --check-prefixes=CHECK2,CHECK %s
|
||||
|
||||
#include <cstdio>
|
||||
#include <string>
|
||||
|
||||
|
|
Loading…
Reference in New Issue