Closed
Description
Bugzilla Link | 812 |
Resolution | WONTFIX |
Resolved on | Nov 07, 2018 00:22 |
Version | 1.7 |
OS | Linux |
Reporter | LLVM Bugzilla Contributor |
Extended Description
Hi,
llvm-dis runs out of 1Gb of memory on a 5Mb .bc file. Checking
it with massif and memcheck didn't produce anything interesting,
no obvious memory leaks, and the allocation is quite ballanced.
It seems like some cleanup is missing after each function is
disassembled.
Unfortunatelly, I can't upload the .bc file due to intellectual
property issues.
Domagoj