[Lldb-commits] [PATCH] D95164: Make SBDebugger::CreateTargetWithFileAndArch accept lldb.LLDB_DEFAULT_ARCH
Richard Smith - zygoloid via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 25 18:06:28 PST 2021
rsmith added a comment.
I reverted this and the follow-up fix in rG8b1171488575bd0b5ccb23bc1a3d22e2aaccb244 <https://reviews.llvm.org/rG8b1171488575bd0b5ccb23bc1a3d22e2aaccb244>, because it's introduced several test failures. Example: http://lab.llvm.org:8011/#/builders/96/builds/3777
It appears that these tests use `CreateTargetWithFileAndArch(None, None)`, which worked before these changes and not afterwards.
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