diff options
author | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2024-04-18 16:54:22 +0800 |
---|---|---|
committer | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2024-04-30 16:33:34 +0800 |
commit | b2b463bd8f6b21f040b80c4493682cf74f8dced5 (patch) | |
tree | 8b6bb68dec423f270281fca8c4c2ef4f73d12599 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 7ac1fb01e9b70d09e6c4f39414bcd7c93787ef91 (diff) | |
download | llvm-b2b463bd8f6b21f040b80c4493682cf74f8dced5.zip llvm-b2b463bd8f6b21f040b80c4493682cf74f8dced5.tar.gz llvm-b2b463bd8f6b21f040b80c4493682cf74f8dced5.tar.bz2 |
[C++20] [Modules] Add signature to the BMI recording export imported
modules
After https://github.com/llvm/llvm-project/pull/86912,
for the following example,
```
export module A;
export import B;
```
The generated BMI of `A` won't change if the source location in `A`
changes. Further, we plan avoid more such changes.
However, it is slightly problematic since `export import` should
propagate all the changes.
So this patch adds a signature to the BMI of C++20 modules so that we
can propagate the changes correctly.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions