This is an archive of the discontinued LLVM Phabricator instance.

clang-cl: Support the /Zc:twoPhase[-] command-line option (PR32680)
ClosedPublic

Authored by hans on Apr 17 2017, 2:29 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

hans created this revision.Apr 17 2017, 2:29 PM

We could wait until a version of MSVC ships with this, in case they decide to change the name, or we could just land it now.

rnk accepted this revision.Apr 17 2017, 2:38 PM

Let's add it now. If we don't add this, some user will run into it first and have to wait for a fix. If we add it and get the meaning wrong, we'll still need to fix it and push a new release, so we're no worse off.

lgtm

This revision is now accepted and ready to land.Apr 17 2017, 2:38 PM
This revision was automatically updated to reflect the committed changes.