summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/alias-3.ll
Commit message (Collapse)AuthorAgeFilesLines
* IRLinker: fix double scheduling of mapping a global value because of an aliasMehdi Amini2016-05-251-0/+13
This test was hitting an assertion in the value mapper because the IRLinker was trying to map two times @A while materializing the initializer for @C. Fix http://llvm.org/PR27850 Differential Revision: http://reviews.llvm.org/D20586 llvm-svn: 270757
OpenPOWER on IntegriCloud