[PATCH] D54344: [Clang][CodeGen][CXX]: Workaround __attribute((no_destroy)) crash/incorrect code generation.

Kristina Brooks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 9 15:28:26 PST 2018


kristina added a comment.

In https://reviews.llvm.org/D54344#1293643, @aaron.ballman wrote:

> In https://reviews.llvm.org/D54344#1293468, @erik.pilkington wrote:
>
> > Have you tried running creduce on the preprocessed source? We should really have a real reproducer for this, otherwise its really hard to tell what the underlying problem is.
>
>
> I'm going to echo this request -- without a test case, it's hard to know whether this actually fixes anything or just moves the issue elsewhere.


Running the creduce on it now, it's slowly chugging along, will see what happens, only `15112502 bytes` to go, I'll get back to this in a few days and see what/if anything it comes up with. I do hope I launched it right.


https://reviews.llvm.org/D54344





More information about the cfe-commits mailing list