Skip to content

Commit 6c917d1

Browse files
committed
fixup! Update description and comments.
1 parent 627f445 commit 6c917d1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

llvm/utils/TableGen/RISCVTargetDefEmitter.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88
//
9-
// This tablegen backend emits the include file needed by the target
10-
// parser to parse the RISC-V CPUs.
9+
// This tablegen backend emits the include file needed by RISCVTargetParser.cpp
10+
// and RISCVISAInfo.cpp to parse the RISC-V CPUs and extensions.
1111
//
1212
//===----------------------------------------------------------------------===//
1313

@@ -203,4 +203,5 @@ static void EmitRISCVTargetDef(RecordKeeper &RK, raw_ostream &OS) {
203203
}
204204

205205
static TableGen::Emitter::Opt X("gen-riscv-target-def", EmitRISCVTargetDef,
206-
"Generate the list of CPU for RISCV");
206+
"Generate the list of CPUs and extensions for "
207+
"RISC-V");

0 commit comments

Comments
 (0)