[Lldb-commits] [PATCH] D159142: [lldb] Add support for recognizing swift ast sections in object files
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 29 14:57:50 PDT 2023
kastiglione added inline comments.
================
Comment at: lldb/source/Core/Section.cpp:153
+ case eSectionTypeSwiftModules:
+ return "swift-modules";
}
----------------
I wonder if this should be "swiftmodules". I have never seen it spelled with a hyphen.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159142/new/
https://reviews.llvm.org/D159142
More information about the lldb-commits
mailing list