summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/transitive-lazy-link.ll
Commit message (Collapse)AuthorAgeFilesLines
* [tests] Use multiple statements instead of 'echo -e', which is not part of ↵Daniel Dunbar2013-08-291-1/+6
| | | | | | BSD echo. llvm-svn: 189560
* Extend RemapInstruction and friends to take an optional new parameter, a ↵James Molloy2013-05-281-0/+15
ValueMaterializer. Extend LinkModules to pass a ValueMaterializer to RemapInstruction and friends to lazily create Functions for lazily linked globals. This is a big win when linking small modules with large (mostly unused) library modules. llvm-svn: 182776
OpenPOWER on IntegriCloud