[PATCH] D69434: ExecutionEngine: add preliminary support for COFF ARM64
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 01:08:46 PST 2019
mstorsjo added inline comments.
================
Comment at: test/ExecutionEngine/RuntimeDyld/AArch64/COFF_AArch64.s:127
+# IMAGE_REL_ARM64_SECREL
+# rtdyld-check: *{4}secrel = string - section_addr(COFF_AArch64.obj, .data)
+secrel:
----------------
FWIW, I had to fix up the filename here, to `COFF_AArch64.s.tmp.obj` to make the tests pass. Pushed with that changed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69434/new/
https://reviews.llvm.org/D69434
More information about the llvm-commits
mailing list