================ @@ -124,7 +124,7 @@ struct HeaderFileInfo { /// This ID number will be non-zero when there is a controlling /// macro whose IdentifierInfo may not yet have been loaded from /// external storage. - unsigned ControllingMacroID = 0; + uint64_t ControllingMacroID = 0; ---------------- ChuanqiXu9 wrote:
Done by adding `LazyIdentifierInfoPtr` to `ExternalPreprocessorSource.h`. https://github.com/llvm/llvm-project/pull/92085 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits