[swift-lldb-dev] Support for the Swift calling convention in lldb
Arnold Schwaighofer
aschwaighofer at apple.com
Thu Oct 13 15:06:40 CDT 2016
> On Oct 13, 2016, at 12:47 PM, Todd Fiala <tfiala at apple.com> wrote:
>
> e identify C/C++ code that was using this calling convention?
I think, llvm would have to mark such functions with a DWARF entry?
I don’t know how much DWARF info generated by a clang that supports swiftcc would shield an older lldb from having to know about that the function call was swiftcc.
More information about the swift-lldb-dev
mailing list