This is an archive of the discontinued LLVM Phabricator instance.

Fixing tag in HandleLLVMOptions.cmake
AbandonedPublic

Authored by javier on Jun 17 2014, 4:07 PM.

Details

Reviewers
None
Summary

This change fixes the tag in an else() statement contained in HandleLLVMOptions.cmake. The tag is currently LLVM_COMPILER_IS_GCC_COMPATIBLE but it should be MSVC.

Diff Detail

Event Timeline

javier updated this revision to Diff 10519.Jun 17 2014, 4:07 PM
javier retitled this revision from to Fixing tag in HandleLLVMOptions.cmake.
javier updated this object.
javier edited the test plan for this revision. (Show Details)
javier added a subscriber: Unknown Object (MLST).

I'm confused, why should this be MSVC? Wall -Wno-unused-parameter -Wwrite-strings are all GCC compiler options and are unrecognized by MSVC.

Yikes, I'm really sorry, even after re-reading that multiple times I didn't realize it was an elseif. My brain kept converting it to an else(). Give that observation the patch is obviously wrong and I'll retract it. Thanks zturner for reviewing.

I've been searching online and haven't found a way to cancel the review. If someone can point me to the steps I'll gladly do it.

rnk added a subscriber: rnk.Jun 17 2014, 5:56 PM

In the 'Action' drop select box at the bottom you can choose 'Close
Revision' (perhaps this was previously 'Abandon Revision'?) and it should
go away.

javier abandoned this revision.Jun 18 2014, 8:14 AM

Closing the revision