[PATCH] D140867: [C++20] [Modules] Don't generate global ctors/dtors for variables which are available externally
Chuanqi Xu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 10 21:47:45 PST 2023
ChuanqiXu added a comment.
In D140867#4042351 <https://reviews.llvm.org/D140867#4042351>, @Jake-Egan wrote:
>> Would you like to take a double look?
>
> Yes, it still fails on the bot and on my local machine. I've added an XFAIL to the test for now just to get the AIX bot green.
Weird. Maybe you can find a method by adding `REQUIRES` or `NOT-SUPPORTED` and test it locally. If it goes well then you can upstream the change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140867/new/
https://reviews.llvm.org/D140867
More information about the cfe-commits
mailing list