This patch adds XRay support in LLVM for AArch64 targets.
This patch is one of a series:
- Clang: https://reviews.llvm.org/D26415
- compiler-rt: https://reviews.llvm.org/D26413
Differential D26412
[XRay] Support AArch64 in LLVM rSerge on Nov 8 2016, 12:26 PM. Authored by
Details This patch adds XRay support in LLVM for AArch64 targets.
Diff Detail
Event Timeline
Comment Actions Just a couple style issues, thanks @rSerge -- I'll look forward to the refactoring afterwards to consolidate some of the ELF-specific XRay instrumentation stuff potentially at a higher level at a later time.
Comment Actions Now that this has been landed (just waiting for the build bots to finish going through the tests) it would be great if we also had tests for aarch64 and maybe arm7 specifically to look for the assembler patterns we want similar to the x86_64 tests. Comment Actions Oops, I remember that I implemented a test for this, but got lost it somewhere... looking... Comment Actions No, it was a test for tail calls. |