[PATCH] D69967: [llvm-xray] Add AArch64 to llvm-xray extract

Ian Levesque via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 7 13:37:17 PST 2019


ianlevesque created this revision.
Herald added subscribers: llvm-commits, hiraditya, kristof.beyls, dberris, srhines.
Herald added a project: LLVM.

This required adding support for resolving R_AARCH64_ABS64 relocations to
get accurate addresses for function names to resolve.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69967

Files:
  llvm/lib/XRay/InstrumentationMap.cpp
  llvm/test/tools/llvm-xray/AArch64/Inputs/basic-test.cc
  llvm/test/tools/llvm-xray/AArch64/Inputs/elf64-pic.so
  llvm/test/tools/llvm-xray/AArch64/extract-instrmap-aarch64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69967.228304.patch
Type: text/x-patch
Size: 4813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191107/189374c6/attachment.bin>


More information about the llvm-commits mailing list