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][FMV] Support target_clones (#85786)
[llvm-project.git]
/
clang
/
test
/
AST
/
ast-dump-bpf-attr.c
blob
8899cecbb6e9f3449cabd72335fd0b57239eced6
1
// RUN: %clang_cc1 -triple bpf-pc-linux-gnu -ast-dump %s \
2
// RUN: | FileCheck --strict-whitespace %s
3
4
int
__attribute__
((
btf_type_tag
(
"rcu"
))) *
g
;
5
// CHECK: VarDecl{{.*}}g 'int __attribute__((btf_type_tag("rcu")))*'