================
@@ -1030,6 +1031,25 @@ void RewriteInstance::discoverFileObjects() {
continue;
}
+ if (BC->IsLinuxKernel && SymName == "linux_banner") {
----------------
FLZ101 wrote:
Done.
https://github.com/llvm/llvm-project/pull/119088