[Lldb-commits] [PATCH] D134751: [lldb] Fix running tests when LLVM target triple is different from host
Alvin Wong via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 27 10:38:35 PDT 2022
alvinhochun created this revision.
alvinhochun added reviewers: labath, JDevlieghere, DavidSpickett, mstorsjo.
Herald added a project: All.
alvinhochun requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
This passes the host triple to the lldbsuite test builder used in API
tests and the build helper used in Shell tests, so that Clang can use
the correct host triple when LLVM was configured with a default target
triple different from the host triple.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D134751
Files:
lldb/packages/Python/lldbsuite/test/builders/builder.py
lldb/packages/Python/lldbsuite/test/configuration.py
lldb/packages/Python/lldbsuite/test/dotest.py
lldb/packages/Python/lldbsuite/test/dotest_args.py
lldb/test/API/lit.cfg.py
lldb/test/Shell/BuildScript/script-args.test
lldb/test/Shell/BuildScript/toolchain-clang.test
lldb/test/Shell/helper/build.py
lldb/test/Shell/helper/toolchain.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134751.463277.patch
Type: text/x-patch
Size: 8422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220927/98a6cd7d/attachment-0001.bin>
More information about the lldb-commits
mailing list