[llvm] [BOLT] Detect Linux kernel version if the binary is a Linux kernel (PR #119088)
Maksim Panchenko via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 8 19:01:24 PST 2024
================
@@ -670,6 +698,8 @@ class BinaryContext {
/// Indicates if the binary is Linux kernel.
bool IsLinuxKernel{false};
+ LKVersion LinuxKernelVersion;
----------------
maksfb wrote:
If we don't expect to use the kernel version outside of the `LinuxKernelRewriter`, I suggest we move it in there.
https://github.com/llvm/llvm-project/pull/119088
More information about the llvm-commits
mailing list