File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ run_command() {
207207}
208208
209209main () {
210- printf " Warning: These roc-obj tools are being DEPRECATED. Similar functionality is being provided by llvm-objdump in the rocm-llvm package.\n"
210+ printf " Warning: The roc-obj tools have been DEPRECATED. Similar functionality is provided by llvm-objdump in the rocm-llvm package.\n"
211211
212212 [[ -n $OPT_OUTDIR ]] && mkdir -p " $OPT_OUTDIR "
213213 local inputs=()
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ sub usage {
7373my %options =();
7474getopts(' vho:' , \%options );
7575
76- # this tool is being deprecated
77- print (" Warning: This tool is being DEPRECATED. Similar funcitonality is provided in the rocm-llvm package with llvm-objdump .\n " );
76+ # this tool has been deprecated
77+ print (" Warning: This tool has been DEPRECATED. Similar functionality is provided by llvm-objdump in the rocm-llvm package.\n " );
7878
7979if (defined $options {h }) {
8080 usage();
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ if (defined $options{h}) {
5959 usage();
6060}
6161
62- # this tool is being deprecated
63- print (" Warning: This tool is being DEPRECATED. Similar funcitonality is provided in the rocm-llvm package with llvm-objdump .\n " );
62+ # this tool has been deprecated
63+ print (" Warning: This tool has been DEPRECATED. Similar functionality is provided by llvm-objdump in the rocm-llvm package.\n " );
6464
6565my $verbose = $options {v };
6666my $debug = $options {d };
You can’t perform that action at this time.
0 commit comments