Closed
Description
Bugzilla Link | 39905 |
Resolution | FIXED |
Resolved on | Dec 06, 2018 16:24 |
Version | 7.0 |
OS | All |
Blocks | #38454 |
Reporter | LLVM Bugzilla Contributor |
CC | @tstellar |
Fixed by commit(s) | r340125 r348555 |
Extended Description
Hope this is not too late. It took our team a while to isolate the problem.
r340125 fixes allocation for common symbols in loading object code. The bug is doubling the allocation size per symbol and it will request way too much memory with a few dozens of common symbols.
We are seeing it trying to allocating >64GB of memory.