This is an archive of the discontinued LLVM Phabricator instance.

Change lldb-mi deployment target to match lldb-tool
ClosedPublic

Authored by vharron on May 12 2015, 6:59 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

vharron updated this revision to Diff 25587.May 12 2015, 6:59 AM
vharron retitled this revision from to Change lldb-mi deployment target to match lldb-tool.
vharron updated this object.
vharron edited the test plan for this revision. (Show Details)
vharron added a reviewer: clayborg.
vharron added a subscriber: Unknown Object (MLST).
clayborg edited edge metadata.May 12 2015, 10:37 AM

I believe if you click on this build setting in the lldb-mi target (it should be highlighted in BOLD black text to indicate it is set for the current target) and hit DELETE, it will remove this setting from the current target and then fallback to using the global value set on the Xcode project itself. Is this what you did? We want to be able to set this deployment target once and have all targets get it for free without us having to select each target and update it. Please make sure this is what you did?

vharron updated this revision to Diff 25981.May 18 2015, 10:11 AM
vharron edited edge metadata.

Removed lldb-mi specific deployment target

clayborg accepted this revision.May 18 2015, 10:14 AM
clayborg edited edge metadata.

lgtm

This revision is now accepted and ready to land.May 18 2015, 10:14 AM
This revision was automatically updated to reflect the committed changes.