Adjust the constructor to the Linker class to take an argument that names
authorReid Spencer <rspencer@reidspencer.com>
Tue, 13 Dec 2005 20:00:37 +0000 (20:00 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 13 Dec 2005 20:00:37 +0000 (20:00 +0000)
commit328ead9fce26b505857234de0e3508b3372e2e6d
treee69bfa94872dc3b98e82cd94422af7d38f2d4f8d
parent2f1890792c5da3692167050f6156f48634c2c6b8
Adjust the constructor to the Linker class to take an argument that names
the module being constructed. This is used to correctly name the module.
Previously the name of the linker tool was used which produces confusing
output when the module identifier is used in an error message.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24699 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Linker.h
lib/Linker/Linker.cpp
tools/gccld/gccld.cpp
tools/llvm-ld/llvm-ld.cpp