aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/InitPreprocessor.cpp
diff options
context:
space:
mode:
authorSjoerd Meijer <smeijer@nvidia.com>2022-10-24 17:30:34 +0530
committerSjoerd Meijer <sjoerd.meijer@gmail.com>2022-10-24 17:36:24 +0530
commit9ec7448857c1bcbc9878e9912167d9453d3be673 (patch)
treec5567c9d137fb6d4070cf9c1dedbe0c86cfc0864 /clang/lib/Frontend/InitPreprocessor.cpp
parentcbc378ecb87e3f31dd5aff91f2a621d500640412 (diff)
downloadllvm-9ec7448857c1bcbc9878e9912167d9453d3be673.zip
llvm-9ec7448857c1bcbc9878e9912167d9453d3be673.tar.gz
llvm-9ec7448857c1bcbc9878e9912167d9453d3be673.tar.bz2
[Clang][AArch64] Add support for -mcpu=grace
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 [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 Neoverse V2. This adds support for grace in user-facing tool Clang, but not yet the developer tools like opt and llc, so we probably want to follow up on this. [1] https://www.nvidia.com/en-us/data-center/grace-cpu/ Differential Revision: https://reviews.llvm.org/D136425
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions