[PATCH] D36208: [mips] Enable target-specific attributes for MIPS64

Simon Dardis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 2 05:30:25 PDT 2017


sdardis added a comment.

I think for the interrupt attribute, it should be an error. Currently it's an implementation detail that it errors out in the backend but in principal it can be supported (I haven't gotten around to addressing it.)

For the micromips attribute, I believe it should be an error. My rational there is that the user has requested something that the compiler cannot perform.


Repository:
  rL LLVM

https://reviews.llvm.org/D36208





More information about the cfe-commits mailing list