[Lldb-commits] [lldb] [LLDB] Serve unknown type symbols through `qSymbol` (PR #200134)
Aurore Poirier via lldb-commits
lldb-commits at lists.llvm.org
Thu May 28 03:58:36 PDT 2026
================
@@ -15,6 +15,7 @@
#include <optional>
#include <sstream>
+#include "lldb/Core/Module.h"
----------------
aurore-poirier wrote:
Without it, compilation of the file errors out on [`sc.module_sp->GetArchitecture()`](https://github.com/llvm/llvm-project/pull/200134/changes/BASE..a8dcabf9cad6b64cf35cb06f902e0ecc6108c76a#diff-82cb38d9af6d5239660a958e92a0dbe5d953a5f371b4b7dc8b2002a6264ab558R4161) because of a forward declaration of `Module`
https://github.com/llvm/llvm-project/pull/200134
More information about the lldb-commits
mailing list