This is an archive of the discontinued LLVM Phabricator instance.

Fix lldb build on Mac.
ClosedPublic

Authored by wttsugrii on Aug 30 2016, 4:57 PM.

Details

Summary

https://github.com/llvm-mirror/lldb/commit/e80f43fd78fa0fbc04d2d59b5713acb5d06c8308
greatly improved an API, but missed one more occurence of legacy usage.

This leads to:

if (extractor.GetHexBytes(&payload_bytes[0], payload_bytes.size(), '\xdd') != payload_bytes.size())
                              ~~~~~~~~~~~~~~~~~~~~~                                          ^~~~~~
/lldb/include/lldb/Utility/StringExtractor.h:151:5: note: 'GetHexBytes' declared here

Diff Detail

Event Timeline

wttsugrii updated this revision to Diff 69784.Aug 30 2016, 4:57 PM
wttsugrii retitled this revision from to Fix lldb build on Mac..
wttsugrii updated this object.
wttsugrii added a reviewer: zturner.
wttsugrii added a subscriber: lldb-commits.
This revision was not accepted when it landed; it landed in state Needs Review.Oct 7 2019, 6:48 AM
Closed by commit rG30ff4b485147: Fix lldb build on Mac. (authored by labath). · Explain Why
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2019, 6:48 AM