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 8372111 commit 2b3c81aCopy full SHA for 2b3c81a
pythonbpf/vmlinux_parser/ir_gen/ir_generation.py
@@ -34,6 +34,8 @@ def struct_processor(self, struct):
34
self.generated.append(struct.name)
35
36
def gen_ir(self, struct):
37
+ # TODO: we add the btf_ama attribute by monkey patching in the end of compilation, but once llvmlite
38
+ # accepts our issue, we will resort to normal accessed attribute based attribute addition
39
# currently we generate all possible field accesses for CO-RE and put into the assignment table
40
debug_info = debug_info_generation(struct, self.llvm_module)
41
field_index = 0
0 commit comments