diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/RuntimeDyld/macho_relocations.test')
-rw-r--r-- | llvm/test/ExecutionEngine/RuntimeDyld/macho_relocations.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/RuntimeDyld/macho_relocations.test b/llvm/test/ExecutionEngine/RuntimeDyld/macho_relocations.test new file mode 100644 index 00000000000..d3407352ce7 --- /dev/null +++ b/llvm/test/ExecutionEngine/RuntimeDyld/macho_relocations.test @@ -0,0 +1,2 @@ +RUN: llvm-rtdyld -printline %p/Inputs/arm_secdiff_reloc.o +RUN: llvm-rtdyld %p/Inputs/x86_64_macho_pic_globals_GOT.o |