llvm-6502/lib/Linker
John Criswell 1715ce00e4 Modified the linker so that it always links in an object from an archive
that defines the symbol "main."  This is a hack that ensures that programs
that place their main function in a library and then link it in
(i.e. Apache 2.x) get their main function linked in.

There is probably a more correct way to do this, but this works for now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10594 91177308-0d34-0410-b5e6-96231b3b80d8
2003-12-23 17:37:06 +00:00
..
LinkArchives.cpp Modified the linker so that it always links in an object from an archive 2003-12-23 17:37:06 +00:00
LinkModules.cpp Spew symbolic types! 2003-11-20 18:23:14 +00:00