You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before we switched to cilium/ebpf, we had Clang/LLVM style eBPF assembly, now we have the DSL of the asm package. This works but I personally still like the Clang/LLVM output since it uses actual operator chars like += or <<= instead of acronyms which reads better for me. So I would like to be able to configure it somehow.
The text was updated successfully, but these errors were encountered:
Before we switched to cilium/ebpf, we had Clang/LLVM style eBPF assembly, now we have the DSL of the
asm
package. This works but I personally still like the Clang/LLVM output since it uses actual operator chars like+=
or<<=
instead of acronyms which reads better for me. So I would like to be able to configure it somehow.The text was updated successfully, but these errors were encountered: