Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove irrelevant references to legacy git repositories from | James Y Knight | 2019-01-15 | 1 | -2/+2 |
| | | | | | | | | | compiler identification lines in test-cases. (Doing so only because it's then easier to search for references which are actually important and need fixing.) llvm-svn: 351200 | ||||
* | [DebugInfo] Follow-up bug fix on "Fixing a couple of DI duplication bugs of ↵ | Roman Tereshin | 2018-04-16 | 1 | -0/+41 |
CloneModule" Apparently, DebugInfoFinder::processCompileUnit doesn't process all of the possible kinds of DIImportedEntit'ies, e.g. DIGlobalVariable's. Previously introduced `llvm_unreachable` is therefore incorrect. Removing it here. llvm-svn: 330167 |