Skip to content

Commit efebb27

Browse files
committed
Revert "[PS5] Verify defaults to -fno-stack-size-section"
This reverts commit 28432b0. Caused some unexpected buildbot failures.
1 parent 11dd508 commit efebb27

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
// RUN: %clang -target x86_64-unknown %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-ABSENT
2-
// RUN: %clang -target x86_64-sie-ps5 %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-ABSENT
32
// RUN: %clang -target x86_64-scei-ps4 -fno-stack-size-section %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-ABSENT
43
// CHECK-ABSENT-NOT: -fstack-size-section
54

65
// RUN: %clang -target x86_64-unknown -fstack-size-section -### 2>&1 | FileCheck %s --check-prefix=CHECK-PRESENT
76
// RUN: %clang -target x86_64-scei-ps4 %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-PRESENT
87
// CHECK-PRESENT: -fstack-size-section
98

10-
// RUN: %clang -target x86_64-unknown -fstack-size-section -fno-stack-size-section -### 2>&1 \
11-
// RUN: | FileCheck %s --check-prefix=CHECK-ABSENT
12-
// RUN: %clang -target x86_64-unknown -fnostack-size-section -fstack-size-section -### 2>&1 \
13-
// RUN: | FileCheck %s --check-prefix=CHECK-PRESENT
14-
159
int foo() { return 42; }

0 commit comments

Comments
 (0)