https://bugs.llvm.org/show_bug.cgi?id=42939
Bug ID: 42939
Summary: ios lldb cross-compiling
Product: lldb
Version: 8.0
Hardware: Other
OS: MacOS X
Status: NEW
Severity: enhancement
Priority: P
Thanks Jonas.
Is full support for --param fairly recent? I tried it with a version of our
master, based on top-of-tree from about a month ago, and it didn't work quite
right. It's passing the dotest args, but it's also generating some args, so I'm
seeing odd effects.
Here is my run line:
bin/p
Is this in the on-line docs somewhere?
Jim
> On Aug 8, 2019, at 12:49 PM, Jonas Devlieghere via lldb-dev
> wrote:
>
> Hey Ted,
>
> 1. You can run just the dotest-tests by pointing lit at the
> `lit/Suite` directory.
> 2. You can pass arguments to dotest by passing `dotest-args` in --param.
>
Hey Ted,
1. You can run just the dotest-tests by pointing lit at the
`lit/Suite` directory.
2. You can pass arguments to dotest by passing `dotest-args` in --param.
The invocation would look something like this:
/path/to/llvm/bin/llvm-lit /path/to/lldb/lit/Suite --param
'dotest-args=--foo --bar'
RE: https://reviews.llvm.org/D65311
Internally we use dotest to run the lldb test suite with various RTOS
configurations for the test binaries. In these runs we don't care about the lit
tests or the unit tests, because they are OS agnostic. We do this by specifying
the compiler, lldb, and test