This is an archive of the discontinued LLVM Phabricator instance.

[NFC] [C++20] [Modules] Add tests for template instantiation in transitive imported module
ClosedPublic

Authored by ChuanqiXu on Dec 21 2021, 3:16 AM.

Details

Summary

This patch adds two test about template class instantiation in transitively imported module. They are used as pre-commit tests for successive patches.

The original commit fail in windows. It is odd since I think this should be target-independent. I don't have window environment so I sent this to test it.

Diff Detail

Event Timeline

ChuanqiXu requested review of this revision.Dec 21 2021, 3:16 AM
ChuanqiXu created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 21 2021, 3:16 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
ChuanqiXu updated this revision to Diff 395784.Dec 21 2021, 6:18 PM

Update command line

ChuanqiXu accepted this revision.Dec 21 2021, 7:08 PM

Now the windows tests passed, this should be good.

This revision is now accepted and ready to land.Dec 21 2021, 7:08 PM
This revision was landed with ongoing or failed builds.Dec 21 2021, 7:23 PM
This revision was automatically updated to reflect the committed changes.