[all-commits] [llvm/llvm-project] 4b40ce: [RISCV] Add --print-supported-extensions support
Brandon Wu via All-commits
all-commits at lists.llvm.org
Thu Aug 31 00:25:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b40ced4e5ba10b841516b3970e7699ba8ded572
https://github.com/llvm/llvm-project/commit/4b40ced4e5ba10b841516b3970e7699ba8ded572
Author: 4vtomat <brandon.wu at sifive.com>
Date: 2023-08-31 (Thu, 31 Aug 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/include/clang/Frontend/FrontendOptions.h
M clang/lib/Driver/Driver.cpp
M clang/tools/driver/cc1_main.cpp
M llvm/include/llvm/Support/RISCVISAInfo.h
M llvm/lib/Support/RISCVISAInfo.cpp
M llvm/unittests/Support/RISCVISAInfoTest.cpp
Log Message:
-----------
[RISCV] Add --print-supported-extensions support
This revision supports --print-supported-extensions,
it prints out all of the extensions and corresponding version supported.
Reviewed By: craig.topper, kito-cheng
Differential Revision: https://reviews.llvm.org/D146054
More information about the All-commits
mailing list