Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Plumb in the ARM thumb symbolizer in llvm-objdump’s Mach-O disassembler and | Kevin Enderby | 2014-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | add the code and test cases for 32-bit ARM symbolizer. Also fixed the printing of data in code as it was not using the table correctly and needed to fix one of the test cases too. This will break lld’s test/mach-o/arm-interworking-movw.yaml till the tweak for that is made. Which I’ll be committing immediately after this commit. llvm-svn: 221470 | ||||
* | Move the test for the data in code into the ARM directory as it is an ARM | Kevin Enderby | 2013-06-06 | 1 | -0/+7 |
binary that is used for the test. Caught by Jim Grosbach! rdar://11791371 llvm-svn: 183442 |