[Lldb-commits] [PATCH] D121443: [lldb] Add a getter for the process' system architecture

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 11 10:57:37 PST 2022


JDevlieghere added inline comments.


================
Comment at: lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp:236
+ArchSpec NativeProcessWindows::GetSystemArchitecture() override;
+return HostInfo::GetArchitecture();
+}
----------------
tschuett wrote:
> two spaces?
I think we have bigger problems than that. But clearly this file isn't getting build for me.


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

https://reviews.llvm.org/D121443



More information about the lldb-commits mailing list