[PATCH] D43779: [Tooling] [0/1] Refactor FrontendActionFactory::create() to return std::unique_ptr<>
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 8 10:40:00 PDT 2018
lebedev.ri added a comment.
Hmm.
Got back to this issue.
Not reproducible with gcc-4.8.5 and gcc-4.9.3 in ubuntu 16.04 chroot.
*Reproducible* with gcc-4.8.4 and gcc-4.9.2 in debian oldstable (Jessie) chroot.
So one might assume that it was fixed.
I did try to creduce the crasher, but not not much success, since gcc takes 10+ sec to crash.
Should i simply try to re-commit and see if the buildbots got upgraded so this is no longer an issue?
Repository:
rL LLVM
https://reviews.llvm.org/D43779
More information about the llvm-commits
mailing list