[Lldb-commits] [PATCH] D95164: Make SBDebugger::CreateTargetWithFileAndArch accept lldb.LLDB_DEFAULT_ARCH

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 21 14:27:24 PST 2021


clayborg added a comment.
Herald added a subscriber: JDevlieghere.

I think the only difference is the triple is supposed to be a complete triple and the arch can be just "arm64" and like you added, we let the currently selected platform help fill it out? I don't remember why this was added. Nothing in the source history?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95164



More information about the lldb-commits mailing list