Skip to content

Commit 33c8f67

Browse files
committed
Ad "gen_crash_diag=" comments.
1 parent 6cad02c commit 33c8f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ namespace RISCV {
5353

5454
// Report an error but don't ask the user to report a bug.
5555
[[noreturn]] static void reportError(const char *Reason) {
56-
report_fatal_error(Reason, false);
56+
report_fatal_error(Reason, /*gen_crash_diag=*/false);
5757
}
5858
[[noreturn]] static void reportError(Error Err) {
59-
report_fatal_error(std::move(Err), false);
59+
report_fatal_error(std::move(Err), /*gen_crash_diag=*/false);
6060
}
6161

6262
namespace RISCVABI {

0 commit comments

Comments
 (0)