[all-commits] [llvm/llvm-project] 73779b: [clang] Enable descriptions for --print-supported-...
Balint Cristian via All-commits
all-commits at lists.llvm.org
Fri Sep 22 00:43:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73779bb2093310bf129017f2f504ec93b1ca4a1d
https://github.com/llvm/llvm-project/commit/73779bb2093310bf129017f2f504ec93b1ca4a1d
Author: Balint Cristian <cristian.balint at gmail.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M clang/test/Driver/print-supported-extensions.c
M clang/tools/driver/cc1_main.cpp
M llvm/include/llvm/MC/MCSubtargetInfo.h
M llvm/include/llvm/Support/RISCVISAInfo.h
M llvm/include/llvm/TargetParser/AArch64TargetParser.h
M llvm/include/llvm/TargetParser/ARMTargetParser.h
M llvm/lib/Support/RISCVISAInfo.cpp
M llvm/lib/TargetParser/AArch64TargetParser.cpp
M llvm/lib/TargetParser/ARMTargetParser.cpp
M llvm/unittests/Support/RISCVISAInfoTest.cpp
M llvm/unittests/TargetParser/TargetParserTest.cpp
Log Message:
-----------
[clang] Enable descriptions for --print-supported-extensions (#66715)
Enables summary descriptions along with the names of the feature.
Descriptions here are simply looked up via the available llvm tablegen
data.
More information about the All-commits
mailing list