File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1622
1622
// RUN: %clang_cc1 -x c -std=c99 -E -dM -ffreestanding -triple=amd64-unknown-openbsd < /dev/null | FileCheck -match-full-lines -check-prefix OPENBSD-STDC-N %s
1623
1623
// OPENBSD-STDC-N-NOT:#define __STDC_NO_THREADS__ 1
1624
1624
//
1625
+ // RUN: %clang_cc1 -triple=aarch64-unknown-managarm-mlibc -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix MANAGARM %s
1626
+ // RUN: %clang_cc1 -triple=riscv64-unknown-managarm-mlibc -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix MANAGARM %s
1627
+ // RUN: %clang_cc1 -triple=x86_64-unknown-managarm-mlibc -E -dM < /dev/null | FileCheck -match-full-lines -check-prefix MANAGARM %s
1628
+ // MANAGARM: #define __managarm__ 1
1629
+
1625
1630
// RUN: %clang_cc1 -E -dM -ffreestanding -triple=xcore-none-none < /dev/null | FileCheck -match-full-lines -check-prefix XCORE %s
1626
1631
// XCORE:#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
1627
1632
// XCORE:#define __LITTLE_ENDIAN__ 1
Original file line number Diff line number Diff line change 14
14
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple aarch64-fuchsia
15
15
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple aarch64-linux
16
16
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple aarch64-linux-openhos
17
+ // RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple aarch64-managarm
17
18
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple aarch64-netbsd
18
19
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple aarch64-openbsd
19
20
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple aarch64-win32-gnu
108
109
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple riscv64-fuchsia
109
110
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple riscv64-linux
110
111
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple riscv64-linux-openhos
112
+ // RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple riscv64-managarm
111
113
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple sparc
112
114
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple sparc-linux
113
115
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple sparc-solaris
167
169
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple x86_64-nacl
168
170
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple x86_64-ps4
169
171
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple x86_64-ps5
172
+ // RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple x86_64-managarm
170
173
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple spir
171
174
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple spir64
172
175
// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple spirv32
You can’t perform that action at this time.
0 commit comments