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
|
Did you need to put an else before the switch? I don't know what happens when you're on Windows non-supported platform -- will this cause two diagnostics to be printed?