We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d525f commit 6d242b0Copy full SHA for 6d242b0
clang/test/Preprocessor/init.c
@@ -2835,6 +2835,8 @@
2835
// RISCV64-LINUX: #define unix 1
2836
2837
// RUN: %clang_cc1 -dM -triple=x86_64-uefi -E /dev/null | FileCheck -match-full-lines -check-prefix UEFI %s
2838
+// RUN: %clang_cc1 -dM -triple=aarch64-unknown-uefi -E < /dev/null | FileCheck -match-full-lines -check-prefix UEFI %s
2839
+// RUN: %clang_cc1 -dM -triple=x86_64-unknown-uefi -E /dev/null | FileCheck -match-full-lines -check-prefix UEFI %s
2840
2841
// UEFI: #define __UEFI__ 1
2842
0 commit comments