Skip to content

Commit ae1bd2a

Browse files
committed
[llvm-c-test] Fix the usage message
There is no `--test-dibuilder` option. It was renamed multiple times, the last time being db394ed defining it as `--test-dibuilder-debuginfo-format`.
1 parent 378daa6 commit ae1bd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-c-test/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static void print_usage(void) {
6161
fprintf(stderr, " * --test-diagnostic-handler\n");
6262
fprintf(stderr,
6363
" Read bitcode file from stdin with a diagnostic handler set\n\n");
64-
fprintf(stderr, " * --test-dibuilder\n");
64+
fprintf(stderr, " * --test-dibuilder-debuginfo-format\n");
6565
fprintf(stderr,
6666
" Run tests for the DIBuilder C API - print generated module\n\n");
6767
}

0 commit comments

Comments
 (0)