[PATCH] D45361: [RuntimeDyld][PowerPC] Fix a newly added test in r329355

Krasimir Georgiev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 6 03:52:46 PDT 2018


krasimir created this revision.
krasimir added reviewers: bkramer, lhames.
Herald added subscribers: llvm-commits, kbarton, nemanjai.

The bit widths are wrong.


Repository:
  rL LLVM

https://reviews.llvm.org/D45361

Files:
  test/ExecutionEngine/RuntimeDyld/PowerPC/ppc64_elf.s


Index: test/ExecutionEngine/RuntimeDyld/PowerPC/ppc64_elf.s
===================================================================
--- test/ExecutionEngine/RuntimeDyld/PowerPC/ppc64_elf.s
+++ 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.141306.patch
Type: text/x-patch
Size: 828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180406/bdb3eff0/attachment.bin>


More information about the llvm-commits mailing list