This is an archive of the discontinued LLVM Phabricator instance.

Add instructions for building LLDB on Mac OS X with CMake
ClosedPublic

Authored by xiaobai on Aug 6 2018, 2:45 PM.

Details

Summary

There were previously no instructions for building LLDB on Mac OS X
with CMake. It's sufficiently close to building on Linux/FreeBSD/NetBSD that a
well-motivated developer could figure out the steps themselves. However, having
an explicit guide is better and can provide Mac OS X specific configurations
(e.g. LLDB_BUILD_FRAMEWORK).

Diff Detail

Repository
rLLDB LLDB

Event Timeline

xiaobai created this revision.Aug 6 2018, 2:45 PM
xiaobai added a reviewer: sas.Aug 6 2018, 2:46 PM
xiaobai added a subscriber: lldb-commits.
xiaobai updated this revision to Diff 159400.Aug 6 2018, 2:47 PM

Reducing redundancy and changing some wording around.

labath accepted this revision.Aug 7 2018, 12:58 AM

Makes sense to me.

This revision is now accepted and ready to land.Aug 7 2018, 12:58 AM
This revision was automatically updated to reflect the committed changes.