Open Quuxplusone opened 4 years ago
Bugzilla Link | PR44494 |
Status | NEW |
Importance | P release blocker |
Reported by | Chuan Qiu (qiuc12@gmail.com) |
Reported on | 2020-01-08 16:51:28 -0800 |
Last modified on | 2020-01-08 16:58:37 -0800 |
Version | 9.0 |
Hardware | PC Linux |
CC | blitzrakete@gmail.com, erik.pilkington@gmail.com, llvm-bugs@lists.llvm.org, richard-llvm@metafoo.co.uk |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
use libstdc++ from gcc 7.4.0
Diagnostic msg too big to upload.
Change the return type to std::unique_ptr<char, void (&)(char*)> fixed the
problem.