This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] update strings output of libomp.so [NFC]
ClosedPublic

Authored by kkwli0 on Feb 11 2020, 9:55 PM.

Details

Summary

Currently, the output of the strings command on libomp.so shows:

@(#) Intel(R) OMP alternative compiler support: yes
@(#) Intel(R) OMP API version: 5.0 (201611)
@(#) Intel(R) OMP lock type: run time selectable
@(#) $Revision: 481659 $
@(#) Intel(R) OMP Fortran __cdecl OMP support: yes
@(#) Intel(R) OMP Fortran "extra" OMP support: yes
@(#) Intel(R) OMP performance library (dynamic) ver. 5.0.20140926
@(#) Intel(R) OMP
@(#) Intel(R) OMP version: 5.0.20140926
@(#) Intel(R) OMP library type: performance
@(#) Intel(R) OMP link type: dynamic
@(#) Intel(R) OMP build time: no_timestamp
@(#) Intel(R) OMP build compiler: Clang 10.0

This patch is to change 'Intel(R)' to 'LLVM'.

Diff Detail

Event Timeline

kkwli0 created this revision.Feb 11 2020, 9:55 PM
jdoerfert accepted this revision.Feb 12 2020, 9:27 AM

LGTM. Nit: Your commit message ends with an } again ;)

This revision is now accepted and ready to land.Feb 12 2020, 9:27 AM
kkwli0 retitled this revision from [OpenMP] modify strings output in libomp.so [NFC} to [OpenMP] update strings output of libomp.so [NFC].Feb 12 2020, 12:41 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 12 2020, 12:52 PM