================
@@ -670,6 +698,8 @@ class BinaryContext {
/// Indicates if the binary is Linux kernel.
bool IsLinuxKernel{false};
+ LKVersion LinuxKernelVersion;
----------------
FLZ101 wrote:
Done.
https://github.com/llvm/llvm-project/pull/119088