This is an archive of the discontinued LLVM Phabricator instance.

Fix XCode build on OSX - add OptionValueChar.cpp
ClosedPublic

Authored by ovyalov on Jan 12 2015, 3:39 PM.

Details

Reviewers
zturner
jingham
Summary

OptionValueChar.cpp doesn't exist in LLDB XCode project file that is causing OSX build to fail.

Diff Detail

Event Timeline

ovyalov updated this revision to Diff 18056.Jan 12 2015, 3:39 PM
ovyalov retitled this revision from to Fix XCode build on OSX - add OptionValueChar.cpp .
ovyalov updated this object.
ovyalov edited the test plan for this revision. (Show Details)
ovyalov added reviewers: zturner, jingham.
ovyalov added a subscriber: Unknown Object (MLST).
zturner edited edge metadata.Jan 12 2015, 3:41 PM

Thanks. BTW I think you can just commit fixes like this that fix build breakages.

zturner accepted this revision.Jan 12 2015, 4:42 PM
zturner edited edge metadata.
This revision is now accepted and ready to land.Jan 12 2015, 4:42 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r225733.