Do not assume the first file is a bytecode file. Instead, construct a dummy
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 5 Nov 2003 22:13:00 +0000 (22:13 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 5 Nov 2003 22:13:00 +0000 (22:13 +0000)
commit00cc86a8fcb8daabceab3cd8ca29d6f47c5091ee
treebbea8cc41f1687af087a7a33125c6468e1a0428f
parent3b3640a3733c6ecdba4a8ca2ca9d28a6ce957769
Do not assume the first file is a bytecode file. Instead, construct a dummy
Module and link things into that.

Also, fix a typo in an error message.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9748 91177308-0d34-0410-b5e6-96231b3b80d8
tools/gccld/gccld.cpp