mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-01 12:24:24 +00:00
Finish removing DestroySource.
Fixes pr21901. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224782 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1739,7 +1739,7 @@ bool Linker::LinkModules(Module *Dest, Module *Src) {
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
LLVMBool LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src,
|
||||
LLVMLinkerMode Mode, char **OutMessages) {
|
||||
unsigned Unused, char **OutMessages) {
|
||||
Module *D = unwrap(Dest);
|
||||
std::string Message;
|
||||
raw_string_ostream Stream(Message);
|
||||
|
Reference in New Issue
Block a user