summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs/distinct.ll
Commit message (Collapse)AuthorAgeFilesLines
* Utils: Keep distinct MDNodes distinct in MapMetadata()Duncan P. N. Exon Smith2015-01-081-0/+13
Create new copies of distinct `MDNode`s instead of following the uniquing `MDNode` logic. Just like self-references (or other cycles), `MapMetadata()` creates a new node. In practice most calls use `RF_NoModuleLevelChanges`, in which case nothing is duplicated anyway. Part of PR22111. llvm-svn: 225476
OpenPOWER on IntegriCloud