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

Krzysztof Parzyszek via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 27 06:05:01 PDT 2016


kparzysz added a comment.

It likely is sufficient.  The code in Targets.cpp adds checking for "long-calls" feature in hasFeature, but it's not explicitly used anywhere.  The rest of the changes are mostly to clean up the handling of feature strings.


Repository:
  rL LLVM

https://reviews.llvm.org/D22766





More information about the cfe-commits mailing list