Change linkInModule to take a std::unique_ptr.
Passing in a std::unique_ptr should help find errors when the module is used after being linked into another module. llvm-svn: 255842
Loading
Please sign in to comment
Passing in a std::unique_ptr should help find errors when the module is used after being linked into another module. llvm-svn: 255842