================ @@ -741,6 +757,9 @@ class IdentifierTable { if (Name == "import") II->setModulesImport(true); + if (Name == "module") ---------------- yronglin wrote: Agree. https://github.com/llvm/llvm-project/pull/90574