[Lldb-commits] [PATCH] D148846: [lldb] Let Mangled decide whether a name is mangled or not
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 21 10:11:57 PDT 2023
JDevlieghere marked 3 inline comments as done.
JDevlieghere added inline comments.
================
Comment at: lldb/test/API/macosx/format/TestFunctionNameWithoutArgs.py:1
+import os
+import lldb
----------------
aprantl wrote:
> why?
I assume the question is rhetoric, but on the off-chance it's not: I copy-pasted it from another test. Same for the other "why?".
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148846/new/
https://reviews.llvm.org/D148846
More information about the lldb-commits
mailing list