[PATCH] D133361: [BPF] Attribute btf_decl_tag("ctx") for structs
Yonghong Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 27 20:19:38 PDT 2023
yonghong-song added inline comments.
================
Comment at: llvm/include/llvm/IR/Intrinsics.td:2432
ImmArg<ArgIndex<2>>]>;
+def int_context_marker_bpf : DefaultAttrsIntrinsic<[llvm_ptr_ty],
+ [llvm_ptr_ty],
----------------
Is it possible to make this builtin as BPF specific one?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133361/new/
https://reviews.llvm.org/D133361
More information about the cfe-commits
mailing list