llvm-6502/lib
Brian Gaeke 3b3640a373 Shorten and correct some function-header comments.
Make "verbose" output MUCH nicer. Now it tells you when you are linking a
bytecode file, or an archive, and whether it's because you called it by name,
or because you gave it a -l option, and it says "Trying" before it takes
action and prints a message in the past tense afterwards.

Make LinkFiles not skip the first file in Files.

Make LinkFiles warn you if it can't find a file and LLVM_LIB_SEARCH_PATH is
unset.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9747 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-05 22:12:52 +00:00
..
Analysis
Archive
AsmParser
Bytecode no need for endl 2003-11-05 19:53:32 +00:00
CodeGen Do not use a class before it is defined. 2003-11-05 06:25:06 +00:00
ExecutionEngine
Linker Shorten and correct some function-header comments. 2003-11-05 22:12:52 +00:00
Support
Target We know exactly what the value of $< is, so instead of using basename $< to 2003-11-05 06:43:36 +00:00
Transforms Fix the problem with running cleanups in bugpoint: We were deleting arguments 2003-11-05 21:53:41 +00:00
VMCore Further fixes for PR93 2003-11-05 20:37:01 +00:00
Makefile