[PATCH] D26412: [XRay] Support AArch64 in LLVM
Ehsan Amiri via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 10 12:54:41 PST 2016
amehsan added inline comments.
================
Comment at: lib/Target/AArch64/AArch64AsmPrinter.cpp:155
+ //TODO: merge the logic for ELF XRay sleds at a higher level, so to avoid
+ // code duplication as it is now for x86_64, ARM32 and AArch64.
+ if (Sleds.empty())
----------------
extra space in the beginning can be removed.
https://reviews.llvm.org/D26412
More information about the llvm-commits
mailing list