[Lldb-commits] [lldb] [lldb] Rally around triple rather than arch in the API tests (PR #191416)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 10 06:59:48 PDT 2026
================
@@ -94,13 +85,12 @@ def create_parser():
"Specify the path to a custom libc++ library directory. Must be used in conjunction with --libcxx-include-dir."
),
)
- # FIXME? This won't work for different extra flags according to each arch.
+ # FIXME? This won't work for different extra flags according to each triple.
group.add_argument(
"-E",
metavar="extra-flags",
help=textwrap.dedent(
- """Specify the extra flags to be passed to the toolchain when building the inferior programs to be debugged
- suggestions: do not lump the "-A arch1 -A arch2" together such that the -E option applies to only one of the architectures"""
+ """Specify the extra flags to be passed to the toolchain when building the inferior programs to be debugged"""
----------------
DavidSpickett wrote:
Full stop on the end to match the other options.
https://github.com/llvm/llvm-project/pull/191416
More information about the lldb-commits
mailing list