[PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 21:24:46 PDT 2016


dberris reopened this revision.
dberris added a comment.
This revision is now accepted and ready to land.

So, unfortunately this got reverted in https://reviews.llvm.org/rL280967 because it fails on thumb (as the checks hadn't been put in to not generate XRay sleds for non-thumb).

@rserge -- are you able to put in the appropriate checks to warn when using XRay on thumb? @rengolin has offered to help with the testing on the build-bots to make this possible.


Repository:
  rL LLVM

https://reviews.llvm.org/D23931





More information about the llvm-commits mailing list