[PATCH] D90299: [windows-itanium] handle dllimport/export code paths separately and share with PS4
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 2 16:35:57 PST 2020
rnk added a comment.
Please add tests for the common cases:
- exported class with inline methods
- exported explicit class template instantiation
- imported class with inline methods
- imported extern class template declaration
You might be able to piggyback on any windows-itanium dllimport tests, if they exist, since the LLVM IR should match.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90299/new/
https://reviews.llvm.org/D90299
More information about the llvm-commits
mailing list