Skip to content

Commit

Permalink
Revert "[PS5] Verify defaults to -fno-stack-size-section"
Browse files Browse the repository at this point in the history
This reverts commit 28432b0.

Caused some unexpected buildbot failures.
  • Loading branch information
pogo59 committed May 24, 2022
1 parent 11dd508 commit efebb27
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions clang/test/Driver/stack-size-section.c
@@ -1,15 +1,9 @@
// RUN: %clang -target x86_64-unknown %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-ABSENT
// RUN: %clang -target x86_64-sie-ps5 %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-ABSENT
// RUN: %clang -target x86_64-scei-ps4 -fno-stack-size-section %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-ABSENT
// CHECK-ABSENT-NOT: -fstack-size-section

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

// RUN: %clang -target x86_64-unknown -fstack-size-section -fno-stack-size-section -### 2>&1 \
// RUN: | FileCheck %s --check-prefix=CHECK-ABSENT
// RUN: %clang -target x86_64-unknown -fnostack-size-section -fstack-size-section -### 2>&1 \
// RUN: | FileCheck %s --check-prefix=CHECK-PRESENT

int foo() { return 42; }

0 comments on commit efebb27

Please sign in to comment.