[Lldb-commits] [PATCH] D79273: Add an explicit API to read the Xcode SDK DWARF attribute from compile units
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue May 5 10:14:24 PDT 2020
teemperor added inline comments.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:786
+ module_sp->RegisterXcodeSDK(sdk, sysroot);
+ return {sdk};
+ }
----------------
I think we can early-exit here?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79273/new/
https://reviews.llvm.org/D79273
More information about the lldb-commits
mailing list