[PATCH] D22645: Add new SPARC processor types and hardware capabilities to the LLVM SPARC backend.

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 15:08:21 PDT 2016


joerg added a subscriber: joerg.
joerg added a comment.

While I generally agree that supporting the GCC-compatible arguments for -mcpu is a good idea, it should only be done if we also verify that it matches the target mode. E.g. `-mcpu=v8plus` and `-m64` should be invalid.


Repository:
  rL LLVM

https://reviews.llvm.org/D22645





More information about the llvm-commits mailing list