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 2f6af56 commit 4c96e0dCopy full SHA for 4c96e0d
clang/test/Driver/uefi-defines.c
@@ -0,0 +1,6 @@
1
+// RUN: %clang -target x86_64-unknown-uefi %s -emit-llvm -S -c -o - | FileCheck %s
2
+
3
+// CHECK: __UEFI__defined
4
+#ifdef __UEFI__
5
+void __UEFI__defined() {}
6
+#endif
0 commit comments