[llvm] [BOLT] Add writing support for Linux kernel ORC (PR #80950)
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 15 14:25:30 PST 2024
================
@@ -207,8 +218,6 @@ void LinuxKernelRewriter::insertLKMarker(uint64_t PC, uint64_t SectionOffset,
}
void LinuxKernelRewriter::processLKSections() {
- assert(BC.IsLinuxKernel && "Linux kernel binary expected.");
----------------
dcci wrote:
How come are you removing this assertion?
https://github.com/llvm/llvm-project/pull/80950
More information about the llvm-commits
mailing list