[PATCH] D73301: [PatchableFunction] Allow empty entry MachineBasicBlock
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 24 09:55:25 PST 2020
MaskRay added a comment.
In D73301#1839138 <https://reviews.llvm.org/D73301#1839138>, @nickdesaulniers wrote:
> Thanks, with this patch applied, I was able to build an allyesconfig aarch64 linux-next kernel, and the llvm test suite passes. LGTM
What is the linux-next kernel?
I tested with (it needed a -DLLVM_ENABLE_ASSERTIONS=on build to trigger an assertion failure in `ilist_iterator.h`):
`make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- HOSTGCC=gcc CC=~/llvm/ReleaseAssert/bin/clang LD=~/llvm/ReleaseAssert/bin/ld.lld O=/tmp/arm64 allmodconfig all -j 30`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73301/new/
https://reviews.llvm.org/D73301
More information about the llvm-commits
mailing list