llvm-6502/lib
Roman Divacky 7e889af768 In the ELFWriter when writing aliased (.set) symbols dont blindly
take type from the new symbol but merge them so that the type
is never "downgraded".

This is probably quite rare, except for IFUNC symbols which
we used to misassemble, losing the IFUNC type.

Fixes #18372.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198706 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-07 20:17:03 +00:00
..
Analysis Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
AsmParser Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
Bitcode
CodeGen Emit arange padding with a single directive. 2014-01-07 19:28:14 +00:00
DebugInfo
ExecutionEngine
IR Fix uninitialized variable warning in DataLayout. 2014-01-07 19:51:38 +00:00
IRReader Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
Linker
LTO
MC In the ELFWriter when writing aliased (.set) symbols dont blindly 2014-01-07 20:17:03 +00:00
Object
Option
Support Try to fix the windows build. The comments in other files don't seem to 2014-01-07 12:37:13 +00:00
TableGen
Target Don't assert with private type info variables. 2014-01-07 19:38:47 +00:00
Transforms Move the LLVM IR asm writer header files into the IR directory, as they 2014-01-07 12:34:26 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile