Skip to content
  • Tanya Lattner's avatar
    Make it possible to use the linker without destroying the source module. This... · cbb91408
    Tanya Lattner authored
    Make it possible to use the linker without destroying the source module. This is so the source module can be linked to multiple other destination modules. For all that used LinkModules() before, they will continue to destroy the source module as before.
    
    This line, and those below, will be ignored--
    
    M    include/llvm/Linker.h
    M    tools/bugpoint/Miscompilation.cpp
    M    tools/bugpoint/BugDriver.cpp
    M    tools/llvm-link/llvm-link.cpp
    M    lib/Linker/LinkModules.cpp
    
    llvm-svn: 141606
    cbb91408
Loading