This is an archive of the discontinued LLVM Phabricator instance.

[cmake] Remove confusing condition argument from else() NFC
ClosedPublic

Authored by tstellar on Nov 12 2019, 7:34 PM.

Details

Summary

This makes it look like an elseif and also the variable referenced
in the condition was removed from this function in r366622.

Diff Detail

Event Timeline

tstellar created this revision.Nov 12 2019, 7:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 12 2019, 7:34 PM
Herald added a subscriber: mgorny. · View Herald Transcript
beanz accepted this revision.Nov 13 2019, 11:21 AM

LGTM

This revision is now accepted and ready to land.Nov 13 2019, 11:21 AM
This revision was automatically updated to reflect the committed changes.