[PATCH] D35168: [mips] Handle the `long-calls` feature flags in the MIPS backend

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 23:04:21 PDT 2017


atanasyan added a comment.

I think a warning shown by the Clang in case of mixed `long-calls` and 'abicalls` options will be enough. If user gets warning from the front-end and one more warning or even an error from the backend, it might looks messy. Additional option - we can silently ignore `long-calls` in the backend if no `+noabicalls` feature flag is provided. Like we ignore `long-calls` in case of PIC.


Repository:
  rL LLVM

https://reviews.llvm.org/D35168





More information about the llvm-commits mailing list