This patch adds XRay support in Clang for AArch64 target.
This patch is one of a series:
- LLVM: https://reviews.llvm.org/D26412
- compiler-rt: https://reviews.llvm.org/D26413
Differential D26415
[XRay] Support AArch64 in Clang rSerge on Nov 8 2016, 12:31 PM. Authored by
Details This patch adds XRay support in Clang for AArch64 target.
Diff Detail Event Timeline
|
I'm wondering whether it's worth turning this into a switch statement now that we have more than two supported architectures?