summaryrefslogtreecommitdiff
path: root/tools/llvm-link
AgeCommit message (Expand)AuthorFilesLines
2002-01-25Accept, but ignore -lfoo options.Chris Lattner1-0/+4
2002-01-22In an amazing fit of stupidity, I flipped the conditional and didn't testChris Lattner1-1/+1
2002-01-21Chuck fixed the GCC problems so this hack is now unneccesaryChris Lattner1-1/+0
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner1-9/+15
2001-12-08Tell the user if a file is corrupt or not... not that the file cannot beChris Lattner1-1/+22
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner1-2/+2
2001-11-26Add support to enable -lfoo to be processed correctlyChris Lattner1-1/+3
2001-10-24Implement a -L command line argument to specify a search path. Implement min...Chris Lattner1-20/+39
2001-10-24Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner1-7/+11
2001-10-23Add '-v' option to enable verbose output from the linkerChris Lattner1-1/+13
2001-10-14Add a new -d argument to dump the internal rep as assembly.Chris Lattner1-0/+5
2001-10-13Add new linkerChris Lattner2-0/+70