llvm-6502/lib
Benjamin Kramer c575283675 Print an error message when someone tries -integrated-as on an unsupported target.
- The COFF backend doesn't support MingW/Cygwin at the moment, it'll report an
  error, but it's still much better than random assertions from the MachO backend.
- We want to make ELF the default eventually, it's what the majority of targets use.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110197 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-04 13:16:30 +00:00
..
Analysis Add a missing function. 2010-08-04 11:42:45 +00:00
Archive
AsmParser Don't print the filename twice in file-not-found errors. 2010-08-04 01:13:48 +00:00
Bitcode avoid undefined behavior negating minint. 2010-08-03 16:57:03 +00:00
CodeGen Eliminate unnecessary empty string literals. 2010-08-04 01:39:08 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Support
System Eliminate unnecessary empty string literals. 2010-08-04 01:39:08 +00:00
Target Print an error message when someone tries -integrated-as on an unsupported target. 2010-08-04 13:16:30 +00:00
Transforms Fix a comment. 2010-08-04 01:16:35 +00:00
VMCore Eliminate unnecessary empty string literals. 2010-08-04 01:39:08 +00:00
Makefile