This is an archive of the discontinued LLVM Phabricator instance.

[Syntax] Test both the default and windows target platforms in unittests
ClosedPublic

Authored by hlopko on Mar 20 2020, 7:30 AM.

Details

Summary

This increases the coverage for things that differ between Linux and Windows, such as -fdelayed-template-parsing. This would have prevented the rollback of https://reviews.llvm.org/D76346.

While at it, update -std=c++11 to c++17 for the test.

Diff Detail

Event Timeline

hlopko created this revision.Mar 20 2020, 7:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 20 2020, 7:30 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
gribozavr2 accepted this revision.Mar 20 2020, 8:14 AM
This revision is now accepted and ready to land.Mar 20 2020, 8:14 AM
hlopko updated this revision to Diff 251649.Mar 20 2020, 8:19 AM

.equals -> == :)

This revision was automatically updated to reflect the committed changes.
Harbormaster completed remote builds in B49888: Diff 251632.
Harbormaster failed remote builds in B49894: Diff 251649!