summaryrefslogtreecommitdiff
path: root/tools/link
Commit message (Collapse)AuthorAge
* Since verifier and SlotCalculator are now in VMCore library, libanalysis isChris Lattner2002-03-06
| | | | | | | no longer required git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1823 91177308-0d34-0410-b5e6-96231b3b80d8
* Accept, but ignore -lfoo options.Chris Lattner2002-01-25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1585 91177308-0d34-0410-b5e6-96231b3b80d8
* In an amazing fit of stupidity, I flipped the conditional and didn't testChris Lattner2002-01-22
| | | | | | | it right. Sheesh :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1550 91177308-0d34-0410-b5e6-96231b3b80d8
* Chuck fixed the GCC problems so this hack is now unneccesaryChris Lattner2002-01-21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1519 91177308-0d34-0410-b5e6-96231b3b80d8
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1503 91177308-0d34-0410-b5e6-96231b3b80d8
* Tell the user if a file is corrupt or not... not that the file cannot beChris Lattner2001-12-08
| | | | | | | found. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1433 91177308-0d34-0410-b5e6-96231b3b80d8
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
| | | | | | | | | from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1400 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support to enable -lfoo to be processed correctlyChris Lattner2001-11-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1390 91177308-0d34-0410-b5e6-96231b3b80d8
* Implement a -L command line argument to specify a search path. Implement ↵Chris Lattner2001-10-24
| | | | | | minimal ar compatibility stuff git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@975 91177308-0d34-0410-b5e6-96231b3b80d8
* Changes to get some meaningful feedback from the bytecode reader. At some ↵Chris Lattner2001-10-24
| | | | | | point this stuff should all be exception driven, but for now it is not. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@970 91177308-0d34-0410-b5e6-96231b3b80d8
* Add '-v' option to enable verbose output from the linkerChris Lattner2001-10-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@966 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a new -d argument to dump the internal rep as assembly.Chris Lattner2001-10-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@804 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new linkerChris Lattner2001-10-13
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@780 91177308-0d34-0410-b5e6-96231b3b80d8