This adds Clang command line support for the NVIDIA Grace CPU [1], which we would like to target with -mcpu=grace.
Grace is based on the Arm Neoverse V2 CPU, see also [1], which is why in the driver we pass neoverse-v2 to the compiler when grace is requested. Thus, for now, it's an alias to the Neoverse V2.
We will probably follow with a few more patches in this area (e.g. default to grace given a certain triple), but this is probably a good first step
Formatting.