mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 04:17:17 +08:00
Check if program header addresses fall into the kernel space to detect a Linux kernel binary on x86-64. Delete opts::LinuxKernelMode and use BinaryContext::IsLinuxKernel instead.