[PATCH] D155894: [BPF] Do not miscompile, allow external calls
Tamir Duberstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 25 07:05:15 PDT 2023
tamird added a comment.
Figured it out - if you pass `--bpf-expand-memcpy-in-order` to llc, you will reproduce the `A call to built-in function 'memset' is not supported.` prints.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155894/new/
https://reviews.llvm.org/D155894
More information about the llvm-commits
mailing list