mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 20:16:06 +00:00

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