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 1a76395 commit 01abdabCopy full SHA for 01abdab
clang/test/Preprocessor/init.c
@@ -2744,5 +2744,7 @@
2744
// RISCV64-LINUX: #define unix 1
2745
2746
// RUN: %clang_cc1 -dM -triple=x86_64-uefi -E /dev/null | FileCheck -match-full-lines -check-prefix UEFI %s
2747
+// RUN: %clang_cc1 -dM -triple=aarch64-unknown-uefi -E < /dev/null | FileCheck -match-full-lines -check-prefix UEFI %s
2748
+// RUN: %clang_cc1 -dM -triple=x86_64-unknown-uefi -E /dev/null | FileCheck -match-full-lines -check-prefix UEFI %s
2749
2750
// UEFI: #define __UEFI__ 1
0 commit comments