repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV] Add RVVConstraint to SiFive custom matrix multiply instructions. (#124055)
[llvm-project.git]
/
clang
/
test
/
Driver
/
uefi-defines.c
blob
45f27bfdb9fa986a72876c383ddfc588f49b8568
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