[PATCH] D156497: [BPF] report fatal error rather than miscompile
Alexei Starovoitov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 16:51:52 PDT 2023
ast requested changes to this revision.
ast added a comment.
This revision now requires changes to proceed.
Agree with Eduard. Doing report_fatal_error() in fail() is cleaner. Proceeding with miscompiled code can only cause further issues in other parts of the backend.
Not sure why we didn't do this earlier.
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