diff options
Diffstat (limited to 'openmp/runtime/tools/check-instruction-set.pl')
| -rwxr-xr-x | openmp/runtime/tools/check-instruction-set.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openmp/runtime/tools/check-instruction-set.pl b/openmp/runtime/tools/check-instruction-set.pl index a63d91601b5..b77e207ab8d 100755 --- a/openmp/runtime/tools/check-instruction-set.pl +++ b/openmp/runtime/tools/check-instruction-set.pl @@ -132,9 +132,9 @@ sub check_file($;$$) { # Empty line. # Ignore. } elsif ( $line =~ m{^In archive (.*?):\s*$} ) { - # In archive libiomp5.a: + # In archive libomp.a: } elsif ( $line =~ m{^(?:.*?):\s*file format (.*?)\s*$} ) { - # libiomp5.so: file format elf64-x86-64-freebsd + # libomp.so: file format elf64-x86-64-freebsd # kmp_ftn_cdecl.o: file format elf64-x86-64 my $fmt = $1; if ( bad_fmt( $fmt ) ) { |

