OSDN Git Service

[RuntimeDyld] Replace a crufty old ARM RuntimeDyld test with a new one that uses
authorLang Hames <lhames@gmail.com>
Thu, 10 Jul 2014 23:29:11 +0000 (23:29 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 10 Jul 2014 23:29:11 +0000 (23:29 +0000)
commiteb2fff64dd5055ebcf7bf899f2abb5fe6b148c19
tree2a98fdf61e632d4af53b37904941d28dd4dd9b62
parent5cfcad187b8978275e89d5ebdf996a64de471fbc
[RuntimeDyld] Replace a crufty old ARM RuntimeDyld test with a new one that uses
RuntimeDyldChecker.

This allows us to remove one of the six remaining object files in the LLVM
source tree.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212780 91177308-0d34-0410-b5e6-96231b3b80d8
test/ExecutionEngine/RuntimeDyld/ARM/MachO_ARM_PIC_relocations.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/ARM/lit.local.cfg [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/Inputs/arm_secdiff_reloc.o [deleted file]
test/ExecutionEngine/RuntimeDyld/macho_relocations.test [deleted file]