Author: Paul Robinson Date: 2022-05-24T10:00:33-07:00 New Revision: efebb27b745a0d677ad2ea9aefff242c12aef29c
URL: https://github.com/llvm/llvm-project/commit/efebb27b745a0d677ad2ea9aefff242c12aef29c DIFF: https://github.com/llvm/llvm-project/commit/efebb27b745a0d677ad2ea9aefff242c12aef29c.diff LOG: Revert "[PS5] Verify defaults to -fno-stack-size-section" This reverts commit 28432b0f655641df7f9d079cf69ba235038d6340. Caused some unexpected buildbot failures. Added: Modified: clang/test/Driver/stack-size-section.c Removed: ################################################################################ diff --git a/clang/test/Driver/stack-size-section.c b/clang/test/Driver/stack-size-section.c index 18fb55f4ac9f..461f0b5c9aee 100644 --- a/clang/test/Driver/stack-size-section.c +++ b/clang/test/Driver/stack-size-section.c @@ -1,5 +1,4 @@ // 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 @@ -7,9 +6,4 @@ // 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; } _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits