This is an archive of the discontinued LLVM Phabricator instance.

Change windows cmake to require debug libraries for a debug build, otherwise release libraries
Needs ReviewPublic

Authored by ted on Mar 25 2016, 3:31 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

On Windows we require both debug and release python executable/libraries; this change requires debug for a debug build and release for other builds.

If CMAKE_BUILD_TYPE is not specified, the llvm CMakeLists.txt defaults to "Debug".

Diff Detail

Event Timeline

ted updated this revision to Diff 51693.Mar 25 2016, 3:31 PM
ted retitled this revision from to Change windows cmake to require debug libraries for a debug build, otherwise release libraries.
ted updated this object.
ted added a reviewer: zturner.
ted added a subscriber: lldb-commits.
zturner resigned from this revision.Jun 2 2016, 8:36 PM
zturner removed a reviewer: zturner.