3 Commits

Author SHA1 Message Date
Chuanqi Xu
e167f753bd
[C++20] [Modules] Always emit the inline builtins (#101278)
See the attached test for the motivation example. If we're too greedy to
not emit the definition for inline builtins, we may meet a middle end
crash. And it should be good to emit inline builtins always.
2024-08-01 14:45:21 +08:00
Haowei Wu
f86ce8675f Revert "[C++20] [Modules] Always emit the inline builtins"
This reverts commit ca8a4111f796fe8533e0af95557875b15becff06.
This patch broke clang test on Windows x64 msvc
2024-07-30 12:27:58 -07:00
Chuanqi Xu
ca8a4111f7 [C++20] [Modules] Always emit the inline builtins
See the attached test for the motivation example. If we're too greedy to
not emit the definition for inline builtins, we may meet a middle end
crash. And it should be good to emit inline builtins always.
2024-07-30 17:56:16 +08:00