[all-commits] [llvm/llvm-project] ed1cff: [NFC] [C++20] [Modules] [Reduced BMI] Make sure th...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Tue Apr 2 20:09:58 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed1cfffe9b2b2d3cc9279ff83400ace156b317a2
https://github.com/llvm/llvm-project/commit/ed1cfffe9b2b2d3cc9279ff83400ace156b317a2
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2024-04-03 (Wed, 03 Apr 2024)
Changed paths:
M clang/include/clang/Serialization/ASTWriter.h
M clang/lib/Frontend/PrecompiledPreamble.cpp
M clang/lib/Serialization/GeneratePCH.cpp
A clang/test/Modules/reduced-bmi-size.cppm
Log Message:
-----------
[NFC] [C++20] [Modules] [Reduced BMI] Make sure the size of reduced BMI is not large than full BMI
Before this patch, the size of the reduced BMI may be large than the
full BMI when the source codes is pretty small. This violates the design
principles. The root cause is an oversight that we skipped something
in full BMI but forgot to make it in reduced BMI.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list