This is an archive of the discontinued LLVM Phabricator instance.

[clang-cl] Check that we are in clang cl mode before enabling support for the CL environment variable.
ClosedPublic

Authored by pgousseau on Aug 15 2016, 5:23 AM.

Details

Summary

Checking for the type of the command line tokenizer should not be the criteria to enable support for the CL environment variable, this change checks that we are in clang-cl mode instead.

Diff Detail

Repository
rL LLVM

Event Timeline

pgousseau updated this revision to Diff 68020.Aug 15 2016, 5:23 AM
pgousseau retitled this revision from to [clang-cl] Check that we are in clang cl mode before enabling support for the CL environment variable..
pgousseau updated this object.
pgousseau added reviewers: rsmith, majnemer.
majnemer accepted this revision.Sep 5 2016, 4:33 PM
majnemer edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 5 2016, 4:33 PM
This revision was automatically updated to reflect the committed changes.