This is an archive of the discontinued LLVM Phabricator instance.

Add more tests for MSVC version handling.
ClosedPublic

Authored by dlj on Dec 6 2016, 6:08 PM.

Details

Summary

This change adds more test cases for the default MSVC compatibility version:

  1. When -fms-extensions is supplied, but -fmsc-version and -fms-compatibility-version are not.
  2. With the target triple specifies an MSVC environment, but no other -fms* flags.

Diff Detail

Repository
rL LLVM

Event Timeline

dlj updated this revision to Diff 80523.Dec 6 2016, 6:08 PM
dlj retitled this revision from to Add more tests for MSVC version handling..
dlj updated this object.
dlj added reviewers: rnk, llvm-commits.
dlj added subscribers: amccarth, compnerd, hans.
rnk accepted this revision.Dec 7 2016, 3:47 PM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.Dec 7 2016, 3:47 PM
This revision was automatically updated to reflect the committed changes.