[llvm-c-test] Remove obsolete opaque pointer test

This code path doesn't exist anymore.
This commit is contained in:
Arthur Eubanks 2023-09-06 13:44:06 -07:00
parent 866ae69cfa
commit b41e5ce1cc

View File

@ -58,9 +58,6 @@ static void print_usage(void) {
" Run test for checking if LLVMValueRef is a ValueAsMetadata\n");
fprintf(stderr, " * --echo\n");
fprintf(stderr, " Read bitcode file from stdin - print it back out\n\n");
fprintf(stderr, " * --echo --opaque-pointers\n");
fprintf(stderr, " Read bitcode file from stdin - print it back out in "
"opaque pointer mode\n\n");
fprintf(stderr, " * --test-diagnostic-handler\n");
fprintf(stderr,
" Read bitcode file from stdin with a diagnostic handler set\n\n");