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