[PATCH] D25030: [XRay] Support for for tail calls for ARM no-Thumb

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 23:09:03 PDT 2016


dberris added a comment.

Done @rSerge -- in the future, it would make it much easier/simpler to commit this if you use `arcanist` to create the patches (on git or svn).

If you're manually making the diffs, please use `-p1` format (have a "before" directory and "after" directory), and run against `clang-format` before uploading. This way we don't introduce whitespace issues that later need to be fixed up (trailing whitespace being the biggest offender).

If you're using `git` it should be easy to create a patch using `git diff`.

Cheers


Repository:
  rL LLVM

https://reviews.llvm.org/D25030





More information about the llvm-commits mailing list