llvm-6502/test
Tim Northover 6eb3e87df0 Added Mapping Symbols for ARM ELF
Before this patch, when you objdump an LLVM-compiled file, objdump tried to
decode data-in-code sections as if they were code.  This patch adds the missing
Mapping Symbols, as defined by "ELF for the ARM Architecture" (ARM IHI 0044D).

Patch based on work by Greg Fitzgerald.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169609 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-07 16:50:23 +00:00
..
Analysis Cost Model: change the default cost of control flow instructions (br / ret / ...) to zero. 2012-12-05 21:21:26 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Added Mapping Symbols for ARM ELF 2012-12-07 16:50:23 +00:00
DebugInfo Handle non-default array bounds. 2012-12-06 07:38:10 +00:00
ExecutionEngine
Feature
FileCheck
Instrumentation [msan] Do not store origin for clean values. 2012-12-06 11:41:03 +00:00
Integer
JitListener
Linker
MC Added Mapping Symbols for ARM ELF 2012-12-07 16:50:23 +00:00
Object
Other
Scripts
TableGen
tools PR10867: Analogue of r169441 for when using external 'sh'. And actually run the test! 2012-12-05 23:15:33 +00:00
Transforms The test unconditionally assumes a particular cpu has a backend build in the target. 2012-12-07 15:57:45 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh