Skip to content

Commit 34546e4

Browse files
author
git apple-llvm automerger
committed
Merge commit '74f0e51466f4' from apple/main into swift/next
2 parents 75bb5d3 + 74f0e51 commit 34546e4

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

clang/test/Driver/ve-toolchain.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,6 @@
6767
// DEFADDESIG: clang{{.*}} "-cc1"
6868
// DEFADDESIG-NOT: "-faddrsig"
6969

70-
// RUN: %clang -### -target ve %s -faddrsig 2>&1 | \
71-
// RUN: FileCheck -check-prefix=ADDRSIG %s
72-
// ADDRSIG: clang{{.*}} "-cc1"
73-
// ADDRSIG: "-faddrsig"
74-
75-
// RUN: %clang -### -target ve %s -fno-addrsig 2>&1 | \
76-
// RUN: FileCheck -check-prefix=NOADDRSIG %s
77-
// NOADDRSIG: clang{{.*}} "-cc1"
78-
// NOADDRSIG-NOT: "-faddrsig"
79-
8070
///-----------------------------------------------------------------------------
8171
/// Checking exceptions
8272

clang/test/Driver/ve-toolchain.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,6 @@
8585
// DEFADDESIG: clang{{.*}} "-cc1"
8686
// DEFADDESIG-NOT: "-faddrsig"
8787

88-
// RUN: %clangxx -### -target ve %s -faddrsig 2>&1 | \
89-
// RUN: FileCheck -check-prefix=ADDRSIG %s
90-
// ADDRSIG: clang{{.*}} "-cc1"
91-
// ADDRSIG: "-faddrsig"
92-
93-
// RUN: %clangxx -### -target ve %s -fno-addrsig 2>&1 | \
94-
// RUN: FileCheck -check-prefix=NOADDRSIG %s
95-
// NOADDRSIG: clang{{.*}} "-cc1"
96-
// NOADDRSIG-NOT: "-faddrsig"
97-
9888
///-----------------------------------------------------------------------------
9989
/// Checking exceptions
10090

0 commit comments

Comments
 (0)