This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] remove obsolete symbol defintions
ClosedPublic

Authored by vadikp-intel on Mar 10 2023, 7:25 PM.

Details

Summary

Some globals were used for enforcing certain linking rules in the Intel OpenMP implementation's MSVC compatibility layer and are not applicable to the LLVM implementation (kmp_import.cpp has already been removed from the build).

Diff Detail

Event Timeline

vadikp-intel created this revision.Mar 10 2023, 7:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2023, 7:25 PM
vadikp-intel requested review of this revision.Mar 10 2023, 7:25 PM
Herald added a project: Restricted Project. · View Herald Transcript
natgla added a subscriber: natgla.Mar 12 2023, 10:13 PM
natgla accepted this revision.Mar 12 2023, 10:16 PM
This revision is now accepted and ready to land.Mar 12 2023, 10:16 PM
This revision was automatically updated to reflect the committed changes.
openmp/runtime/src/kmp_global.cpp