LLVM backend for 6502
Go to file
Reid Spencer 49068bf311 Improve error handling in the linker by:
1. Eliminate redundant error messages. LinkInFile and LinkInArchive
   already call the error() method in each case so there's no use
   telling the user again that an item couldn't be linked in.

2. Improve the formatting of error messages (separating content).

3. Change the wording for the warning about unrecognized files. Make
   it clear that the file is being ignored.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41121 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-16 07:47:30 +00:00
autoconf
docs
examples
include Comments. 2007-08-16 07:25:37 +00:00
lib Improve error handling in the linker by: 2007-08-16 07:47:30 +00:00
projects
runtime
test Add a test to ensure that obvious link messages are actually produced on 2007-08-16 07:22:43 +00:00
tools Update .cvs file 2007-08-15 17:58:51 +00:00
utils Make use of the llvm-ld tool's new ability to read input from stdin to extract 2007-08-13 06:19:51 +00:00
website
win32
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT Use subregs to improve any_extend code generation when feasible. 2007-08-10 22:22:41 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
README.txt

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level 
Virtual Machine, a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments. 

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the HTML documentation provided in docs/index.html for further
assistance with LLVM.