File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 1
1
// 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
3
2
// RUN: %clang -target x86_64-scei-ps4 -fno-stack-size-section %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-ABSENT
4
3
// CHECK-ABSENT-NOT: -fstack-size-section
5
4
6
5
// RUN: %clang -target x86_64-unknown -fstack-size-section -### 2>&1 | FileCheck %s --check-prefix=CHECK-PRESENT
7
6
// RUN: %clang -target x86_64-scei-ps4 %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-PRESENT
8
7
// CHECK-PRESENT: -fstack-size-section
9
8
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
-
15
9
int foo () { return 42 ; }
You can’t perform that action at this time.
0 commit comments