mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-04 03:44:59 +00:00
[llvm-c-test] Remove obsolete opaque pointer test
This code path doesn't exist anymore.
This commit is contained in:
parent
866ae69cfa
commit
b41e5ce1cc
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user