llvm-6502/lib
Rafael Espindola 14ae43449c Revert "Fix a nomenclature error in llvm-nm."
This reverts commit r205479.

It turns out that nm does use addresses, it is just that every reasonable
relocatable ELF object has sections with address 0. I have no idea if those
exist in reality, but it at least it shows that llvm-nm should use the name
address.

The added test was includes an unusual .o file with non 0 section addresses. I
created it by hacking ELFObjectWriter.cpp.

Really sorry for the churn.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205493 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-03 00:19:35 +00:00
..
Analysis Use TopTTI->getGEPCost from within getUserCost 2014-04-01 18:50:06 +00:00
AsmParser
Bitcode
CodeGen Fix multi-register costs in BasicTTI::getCastInstrCost 2014-04-02 23:18:54 +00:00
DebugInfo
ExecutionEngine [Allocator] Lift the slab size and size threshold into template 2014-03-30 12:07:07 +00:00
IR ARM: update subtarget information for Windows on ARM 2014-04-02 20:32:05 +00:00
IRReader
LineEditor
Linker
LTO Revert "Reapply "LTO: add API to set strategy for -internalize"" 2014-04-02 22:05:57 +00:00
MC Work around gold bug http://sourceware.org/PR16794. 2014-04-02 12:15:20 +00:00
Object Revert "Fix a nomenclature error in llvm-nm." 2014-04-03 00:19:35 +00:00
Option
ProfileData
Support Support: generalise object type handling for Windows 2014-03-31 16:34:41 +00:00
TableGen
Target [X86] As per suggestion from Craig Topper and Hal Finkel, override 2014-04-02 23:57:49 +00:00
Transforms Revert "Reapply "LTO: add API to set strategy for -internalize"" 2014-04-02 22:05:57 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile