This patch updates llvm/utils/llvm-original-di-preservation.py to create more compact
HTML verify-debuginfo-preserve reports by:
- removing duplicated debug info bugs,
- introducing -compress option to create highly compressed report.
Additionally, this patch makes script able to process very large JSON inputs (larger than 2 GB).
That is done by reading & analyzing JSON report in chunks.
nit: extra new line