Refactored gccld into three C++ source files.
authorJohn Criswell <criswell@uiuc.edu>
Thu, 18 Sep 2003 16:22:26 +0000 (16:22 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 18 Sep 2003 16:22:26 +0000 (16:22 +0000)
commitdc0de4f07bc4971853ef8deacd3df540be96d505
treeaf32a33ca0f43d2e66e98ca5886b0f6f91b37339
parent521f1feb110e97b8015a84364f73303e1e6fd4f6
Refactored gccld into three C++ source files.
Added code ignore bytecode link failures when generating native code.
Moved native code and bytecode generation out of the main() function.

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