This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix a -Wdeprecated-declarations warning
ClosedPublic

Authored by thakis on Oct 14 2022, 12:26 PM.

Details

Summary

Fixes:

../../lldb/source/Symbol/LocateSymbolFileMacOSX.cpp:633:26:
    warning: 'CFPropertyListCreateFromXMLData' is deprecated:
             first deprecated in macOS 10.10 -
             Use CFPropertyListCreateWithData instead.
             [-Wdeprecated-declarations]
    (CFDictionaryRef)::CFPropertyListCreateFromXMLData(
                       ^

Hopefully no behavior change.

Diff Detail

Event Timeline

thakis created this revision.Oct 14 2022, 12:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 14 2022, 12:26 PM
thakis requested review of this revision.Oct 14 2022, 12:26 PM
thakis added a project: Restricted Project.Oct 19 2022, 12:25 PM
This revision is now accepted and ready to land.Oct 19 2022, 1:17 PM
This revision was automatically updated to reflect the committed changes.