If that's the case, you specify -mode="compile-and-link" and you can
specify the output.  That will work fine.  The condition in the code only
checks for -mode='compile'

On Mon, Dec 3, 2018 at 3:38 PM Stella Stamenova <[email protected]>
wrote:

> Are there no cases where you want all of the input files to be compiled
> into a single executable?
>
>
>
> *From:* Zachary Turner <[email protected]>
> *Sent:* Monday, December 3, 2018 3:36 PM
> *To:* [email protected]
> *Cc:* [email protected]; Stella Stamenova <[email protected]>;
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]
> *Subject:* Re: [PATCH] D55230: [lit] Multiple build outputs and default
> target bitness
>
>
>
> If you have -o and multiple input files, which output file are you
> specifying? It seems easier to just say that if multiple input files are
> present, the output file names are automatically calculated
>
> On Mon, Dec 3, 2018 at 2:48 PM Stella Stamenova via Phabricator <
> [email protected]> wrote:
>
> stella.stamenova added inline comments.
>
>
> ================
> Comment at: lldb/lit/helper/build.py:664
> +    if args.output and args.mode == 'compile' and len(args.inputs) > 1:
> +        raise ValueError('Cannot specify -o with mode=compile and
> multiple source files.  Use --outdir instead.')
> +
> ----------------
> Why not? It makes sense that the test might still need to know and/or
> specify the name of the binary that was produced. The script could require
> that both -o and --outdir are specified, but I think -o is still needed.
>
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D55230/new/
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Freviews.llvm.org%2FD55230%2Fnew%2F&data=02%7C01%7CSTILIS%40microsoft.com%7C57cc715a799b4d10776808d659782f58%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636794770069355805&sdata=oXmfk6T8RDrVrk8dK5t2yI7RVHRlY%2BbpN%2Bxyn3%2FiRzc%3D&reserved=0>
>
> https://reviews.llvm.org/D55230
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Freviews.llvm.org%2FD55230&data=02%7C01%7CSTILIS%40microsoft.com%7C57cc715a799b4d10776808d659782f58%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636794770069355805&sdata=DdzhV7z8w%2FFT%2FWNi9NdBx%2BRqb06TaYeGL0UO%2Bo8P42k%3D&reserved=0>
>
>
>
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to