[PATCH] D45361: [RuntimeDyld][PowerPC] Fix a newly added test in r329355
Krasimir Georgiev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 9 07:32:29 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL329573: [RuntimeDyld][PowerPC] Fix a newly added test in r329355 (authored by krasimir, committed by ).
Repository:
rL LLVM
https://reviews.llvm.org/D45361
Files:
llvm/trunk/test/ExecutionEngine/RuntimeDyld/PowerPC/ppc64_elf.s
Index: llvm/trunk/test/ExecutionEngine/RuntimeDyld/PowerPC/ppc64_elf.s
===================================================================
--- llvm/trunk/test/ExecutionEngine/RuntimeDyld/PowerPC/ppc64_elf.s
+++ llvm/trunk/test/ExecutionEngine/RuntimeDyld/PowerPC/ppc64_elf.s
@@ -28,7 +28,7 @@
# rtdyld-check: (*{4}(stub_addr(ppc64_elf.o, .text, foo) + 0)) [15:0] = foo_gep [63:48]
# rtdyld-check: (*{4}(stub_addr(ppc64_elf.o, .text, foo) + 4)) [15:0] = foo_gep [47:32]
# rtdyld-check: (*{4}(stub_addr(ppc64_elf.o, .text, foo) + 12)) [15:0] = foo_gep [31:16]
-# rtdyld-check: (*{4}(stub_addr(ppc64_elf.o, .text, foo) + 16)) [15:0] = foo_gep [16:0]
+# rtdyld-check: (*{4}(stub_addr(ppc64_elf.o, .text, foo) + 16)) [15:0] = foo_gep [15:0]
# rtdyld-check: decode_operand(foo_call, 0) = (stub_addr(ppc64_elf.o, .text, foo) - foo_call) >> 2
foo_call:
bl foo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45361.141644.patch
Type: text/x-patch
Size: 861 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180409/6445d159/attachment.bin>
More information about the llvm-commits
mailing list