mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
[BOLT][NFC] Remove redundant assertion (#82056)
processLKSections() used to be a member of RewriteInstance. Since now it is part of the LinuxKernelRewriter, the assertion is no longer needed.
This commit is contained in:
@@ -221,8 +221,6 @@ void LinuxKernelRewriter::insertLKMarker(uint64_t PC, uint64_t SectionOffset,
|
||||
}
|
||||
|
||||
void LinuxKernelRewriter::processLKSections() {
|
||||
assert(BC.IsLinuxKernel && "Linux kernel binary expected.");
|
||||
|
||||
processLKExTable();
|
||||
processLKPCIFixup();
|
||||
processLKKSymtab();
|
||||
|
||||
Reference in New Issue
Block a user