Skip to content

Commit

Permalink
[llvm-c-test] Fix the usage message
Browse files Browse the repository at this point in the history
There is no `--test-dibuilder` option. It was renamed multiple times,
the last time being db394ed defining it as
`--test-dibuilder-debuginfo-format`.
  • Loading branch information
vadorovsky committed Aug 24, 2024
1 parent d021321 commit ecccadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/tools/llvm-c-test/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static void print_usage(void) {
fprintf(stderr, " * --test-diagnostic-handler\n");
fprintf(stderr,
" Read bitcode file from stdin with a diagnostic handler set\n\n");
fprintf(stderr, " * --test-dibuilder\n");
fprintf(stderr, " * --test-dibuilder-debuginfo-format\n");
fprintf(stderr,
" Run tests for the DIBuilder C API - print generated module\n\n");
}
Expand Down

0 comments on commit ecccadb

Please sign in to comment.