| commit | 139e9f247ab376734dcda9f2197d5fd2aea8c46f | [log] [tgz] |
|---|---|---|
| author | Pavel Labath <pavel@labath.sk> | Wed Apr 10 11:07:28 2019 +0000 |
| committer | Pavel Labath <pavel@labath.sk> | Wed Apr 10 11:07:28 2019 +0000 |
| tree | a75e0702954006003cd4375edef1dcf39b153d95 | |
| parent | 3a8bb7cd2c75cc1bb83411c380b41e39003823de [diff] |
Minidump: Use llvm parser for reading the ModuleList stream In this patch, I just remove the structure definitions for the ModuleList stream and the associated parsing code. The rest of the code is converted to work with the definitions in llvm. NFC. llvm-svn: 358070