llvm-6502/lib
Chris Lattner 0fec08eb58 Fix linking a function with qualifiers to a external function declaration:
Fixed bug: Linker/2003-04-21-Linkage.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5827 91177308-0d34-0410-b5e6-96231b3b80d8
2003-04-21 21:07:05 +00:00
..
Analysis Fix bug: IndVarSimplify/2003-04-16-ExprAnalysis.ll 2003-04-16 22:50:19 +00:00
Archive Initial support for reading standard .a files 2003-04-19 21:45:34 +00:00
AsmParser Allow hexadecimal integer constants to be used 2003-04-17 22:17:32 +00:00
Bytecode Initial support for reading standard .a files 2003-04-19 21:45:34 +00:00
CodeGen Fixed compilation errors, command-line argument declarations, cleaned up code to 2003-04-10 19:19:23 +00:00
ExecutionEngine Implement scanf and fix sscanf to actually endian swap the results correctly 2003-03-31 22:12:37 +00:00
Linker Fix linking a function with qualifiers to a external function declaration: 2003-04-21 21:07:05 +00:00
Support Make more compatible with GCC 2.96 2003-02-13 16:25:28 +00:00
Target Add new linkage types to support a real frontend 2003-04-16 20:28:45 +00:00
Transforms Fix linking a function with qualifiers to a external function declaration: 2003-04-21 21:07:05 +00:00
VMCore Fix linking a function with qualifiers to a external function declaration: 2003-04-21 21:07:05 +00:00
Makefile