[compiler-rt] Remove O1 tests from signal_line.cpp

It does not work on arm

llvm-svn: 373702
This commit is contained in:
Vitaly Buka 2019-10-04 07:25:53 +00:00
parent b8f790234f
commit bb91a833c6
1 changed files with 0 additions and 4 deletions

View File

@ -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>