| commit | 0feb6e52f18e68f74746cdcd2c52400bf49d54ed | [log] [tgz] |
|---|---|---|
| author | Peter Collingbourne <peter@pcc.me.uk> | Thu Jun 13 22:49:34 2019 +0000 |
| committer | Peter Collingbourne <peter@pcc.me.uk> | Thu Jun 13 22:49:34 2019 +0000 |
| tree | aeeabf84ff3466ea9738f0f3455415961aac2062 | |
| parent | 2ce370c957296b8a9bbde0d0bae98b9f85f3e36e [diff] |
Symbolize: Remove dead code. NFCI. The only caller of SymbolizableObjectFile::create passes a non-null DebugInfoContext and asserts that they do so. Move the assert into SymbolizableObjectFile::create and remove null checks. Differential Revision: https://reviews.llvm.org/D63298 llvm-svn: 363334