[PATCH] D156497: [BPF] Emit UNDEF rather than constant 0
Tamir Duberstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 3 07:13:56 PDT 2023
tamird added a comment.
In D156497#4556197 <https://reviews.llvm.org/D156497#4556197>, @ast wrote:
> Without specific test this all are hand wave excuses. Fix you front-end.
Yes, I fixed it in https://github.com/aya-rs/bpf-linker/commit/c36c254ae4db8d7bddd33752dd189334a4c58f83 and https://github.com/aya-rs/bpf-linker/commit/e474f8262db57f1344636466a644cc8929bd25ba.
The purpose of this proposed change is to save future users of the C API the same pain. I have added tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156497/new/
https://reviews.llvm.org/D156497
More information about the llvm-commits
mailing list