[PATCH] D22766: Handle -mlong-calls on Hexagon

Krzysztof Parzyszek via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 4 06:55:19 PDT 2016


kparzysz added a comment.

In https://reviews.llvm.org/D22766#505512, @echristo wrote:

> You haven't removed the custom handling?


The one from the driver?  If I remove it, it won't be passed to the compiler (and the testcase will fail).

I forgot to move the no-long-calls from the ARM group to the m group, so I will need to post another patch, but I'd like to know what specific changes you are expecting.  I think I was wrong in my earlier comment about the pre-existing handling of long-calls, since it only happens in the ARM target.


Repository:
  rL LLVM

https://reviews.llvm.org/D22766





More information about the cfe-commits mailing list