This is an archive of the discontinued LLVM Phabricator instance.

Cleanup version symbol macros and attributes/declspecs
ClosedPublic

Authored by jlpeyton on Nov 1 2017, 3:40 PM.

Details

Summary

Cleanup version symbol macros and attributes/declspecs

  1. Get rid of xaliasify, xexpand and xversionify for KMP_EXPAND_NAME and KMP_VERSION_SYMBOL. KMP_VERSION_SYMBOL is a combination of xaliasify and xversionify.
  2. Put all attribute and __declspec definitions in kmp_os.h

Diff Detail

Repository
rL LLVM

Event Timeline

jlpeyton created this revision.Nov 1 2017, 3:40 PM
This revision is now accepted and ready to land.Nov 2 2017, 3:46 AM
This revision was automatically updated to reflect the committed changes.