This is an archive of the discontinued LLVM Phabricator instance.

[OpenMPOpt][NFC] Exposing OMPInformationCache and OpenMPOpt in the public header for unittesting
Needs ReviewPublic

Authored by hamax97 on Jul 7 2020, 8:15 AM.

Details

Summary

As discussed, in order to make unit testing possible, we need to expose OMPInformationCache and OpenMPOpt in the public header.

Diff Detail

Event Timeline

hamax97 created this revision.Jul 7 2020, 8:15 AM
hamax97 updated this revision to Diff 276085.Jul 7 2020, 8:45 AM
  • Adding static function needed in unittest.
  • Fixing description in header of new file.
hamax97 updated this revision to Diff 276142.Jul 7 2020, 10:55 AM
hamax97 retitled this revision from [OpenMPOpt][NFC] Exposing OMPInformationCache as private header for unittesting to [OpenMPOpt][NFC] Exposing OMPInformationCache and OpenMPOpt in the public header for unittesting.
hamax97 edited the summary of this revision. (Show Details)