summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/distinct-cycles.ll
Commit message (Collapse)AuthorAgeFilesLines
* Utils: Resolve cycles under distinct MDNodesDuncan P. N. Exon Smith2015-02-041-0/+13
Track unresolved nodes under distinct `MDNode`s during `MapMetadata()`, and resolve them at the end. Previously, these cycles wouldn't get resolved. llvm-svn: 228180
OpenPOWER on IntegriCloud