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.
Differential D76433
[Syntax] Test both the default and windows target platforms in unittests hlopko on Mar 19 2020, 8:21 AM. Authored by
Details 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 TimelineComment Actions Refactored to run tests on both default and windows platforms. Opting out Templates test for now since it doesn't work with -fdelayed-template-parsing yet.
|
Maybe upgrade that to C++17? I hope this is where the world is moving.