[VE] Remove -faddrsig and -fnoaddrsig tests

Remove explicitly declared -faddrsig and -fnoaddrsig option tests
since those are already tested in addrsig.c.  We test only the implicit
behavior of VE driver.

This is suggested in https://reviews.llvm.org/D92386.  Thanks.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D92996
This commit is contained in:
Kazushi (Jam) Marukawa 2020-12-10 10:54:15 +09:00
parent 97260ab478
commit cd5855ac3b
2 changed files with 0 additions and 20 deletions

View File

@ -67,16 +67,6 @@
// DEFADDESIG: clang{{.*}} "-cc1"
// DEFADDESIG-NOT: "-faddrsig"
// RUN: %clang -### -target ve %s -faddrsig 2>&1 | \
// RUN: FileCheck -check-prefix=ADDRSIG %s
// ADDRSIG: clang{{.*}} "-cc1"
// ADDRSIG: "-faddrsig"
// RUN: %clang -### -target ve %s -fno-addrsig 2>&1 | \
// RUN: FileCheck -check-prefix=NOADDRSIG %s
// NOADDRSIG: clang{{.*}} "-cc1"
// NOADDRSIG-NOT: "-faddrsig"
///-----------------------------------------------------------------------------
/// Checking exceptions

View File

@ -85,16 +85,6 @@
// DEFADDESIG: clang{{.*}} "-cc1"
// DEFADDESIG-NOT: "-faddrsig"
// RUN: %clangxx -### -target ve %s -faddrsig 2>&1 | \
// RUN: FileCheck -check-prefix=ADDRSIG %s
// ADDRSIG: clang{{.*}} "-cc1"
// ADDRSIG: "-faddrsig"
// RUN: %clangxx -### -target ve %s -fno-addrsig 2>&1 | \
// RUN: FileCheck -check-prefix=NOADDRSIG %s
// NOADDRSIG: clang{{.*}} "-cc1"
// NOADDRSIG-NOT: "-faddrsig"
///-----------------------------------------------------------------------------
/// Checking exceptions