Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This seems pretty reasonable to me, it just makes the DLL storage handling more similar to Microsoft's which is what the Windows Itanium target is intending to do.
Paths
| Differential D86828
[windows-itanium] make dllimport/export handling closer to MS behavior ClosedPublic Authored by bd1976llvm on Aug 28 2020, 6:35 PM.
Details
Diff Detail Event TimelineComment Actions This seems pretty reasonable to me, it just makes the DLL storage handling more similar to Microsoft's which is what the Windows Itanium target is intending to do. This revision is now accepted and ready to land.Oct 7 2020, 11:09 AM Closed by commit rGbb148ad426f8: [windows-itanium] make dllimport/export handling closer to MS behavior (authored by Ben Dunbobbin <Ben.Dunbobbin@sony.com>). · Explain WhyOct 9 2020, 5:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 288743 clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/test/Sema/dllimport.c
clang/test/SemaCXX/dllexport.cpp
clang/test/SemaCXX/dllimport.cpp
|