[Lldb-commits] [PATCH] D141828: [lldb] Add support for DW_AT_default_value in template params

Michael Buch via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 26 11:44:47 PST 2023


Michael137 added inline comments.


================
Comment at: lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp:38
+    Platform::SetHostPlatform(
+        PlatformRemoteMacOSX::CreateInstance(true, &arch, nullptr, nullptr));
+  }
----------------
aprantl wrote:
> Does this work on Linux?
Didn't actually need these


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141828/new/

https://reviews.llvm.org/D141828



More information about the lldb-commits mailing list