This is an archive of the discontinued LLVM Phabricator instance.

[cmake] Emit an error for -DBUILD_SHARED_LIBS=ON on Windows
ClosedPublic

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

Details

Summary

The BUILD_SHARED_LIBS=ON build fails on Windows, so prevent users from
enabling it.

Diff Detail

Event Timeline

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

LGTM.

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