Initial implementation of llvm-ld: stolen from gccld.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 13 Sep 2004 01:27:53 +0000 (01:27 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 13 Sep 2004 01:27:53 +0000 (01:27 +0000)
commitc0af3f00529eefd09c708e9ef6827f5199c4fd77
tree57e6488ba7036c4e156fe6c058bfe576b3bc5c0d
parent247384c0412758e1ab5f75fcc663944b61985c6f
Initial implementation of llvm-ld: stolen from gccld.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16305 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-ld/GenerateCode.cpp [new file with mode: 0644]
tools/llvm-ld/Linker.cpp [new file with mode: 0644]
tools/llvm-ld/Makefile [new file with mode: 0644]
tools/llvm-ld/llvm-ld.cpp [new file with mode: 0644]
tools/llvm-ld/llvm-ld.h [new file with mode: 0644]