This is an archive of the discontinued LLVM Phabricator instance.

[Sema] Use MS ABI behavior for dllexport in Itanium
ClosedPublic

Authored by smeenai on Nov 9 2016, 2:00 PM.

Details

Summary

Similar to r284288, make the Itanium ABI follow MS ABI dllexport
semantics in the case of an explicit instantiation declaration followed
by a dllexport explicit instantiation definition.

Diff Detail

Repository
rL LLVM

Event Timeline

smeenai updated this revision to Diff 77392.Nov 9 2016, 2:00 PM
smeenai retitled this revision from to [Sema] Use MS ABI behavior for dllexport in Itanium.
smeenai updated this object.
smeenai added a reviewer: compnerd.
smeenai added a subscriber: cfe-commits.
compnerd accepted this revision.Nov 9 2016, 3:41 PM
compnerd edited edge metadata.
This revision is now accepted and ready to land.Nov 9 2016, 3:41 PM
This revision was automatically updated to reflect the committed changes.