| commit | 010b56be0d6e7899229e3e1ccaa28a2e5151c3ba | [log] [tgz] |
|---|---|---|
| author | Jonas Devlieghere <jonas@devlieghere.com> | Tue Nov 27 15:25:58 2018 +0000 |
| committer | Jonas Devlieghere <jonas@devlieghere.com> | Tue Nov 27 15:25:58 2018 +0000 |
| tree | f7c8d464469a9e8e0c4ecfa09402739debeea224 | |
| parent | 443a7f97882db4479866a11d0cc67fb2f1b1b4d2 [diff] |
Move time cast to SymbolFileDWARFDebugMap When trying to fix the bots we expected that the cast would be needed in different places. Ultimately it turned out only the SymbolFileDWARFDebugMap was affected so, as Pavel correctly notes, it makes more sense to do the cast just there instead of in teh FS. llvm-svn: 347660