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 16221622// 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
16231623// OPENBSD-STDC-N-NOT:#define __STDC_NO_THREADS__ 1
16241624//
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+
16251630// RUN: %clang_cc1 -E -dM -ffreestanding -triple=xcore-none-none < /dev/null | FileCheck -match-full-lines -check-prefix XCORE %s
16261631// XCORE:#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
16271632// XCORE:#define __LITTLE_ENDIAN__ 1
Original file line number Diff line number Diff line change 1414// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple aarch64-fuchsia
1515// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple aarch64-linux
1616// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple aarch64-linux-openhos
17+ // RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple aarch64-managarm
1718// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple aarch64-netbsd
1819// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple aarch64-openbsd
1920// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple aarch64-win32-gnu
108109// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple riscv64-fuchsia
109110// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple riscv64-linux
110111// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple riscv64-linux-openhos
112+ // RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple riscv64-managarm
111113// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple sparc
112114// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple sparc-linux
113115// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple sparc-solaris
167169// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple x86_64-nacl
168170// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple x86_64-ps4
169171// 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
170173// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple spir
171174// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple spir64
172175// RUN: %clang_cc1 %s -Eonly -Wsystem-headers -Werror -triple spirv32
You can’t perform that action at this time.
0 commit comments