Platform-specific RUN lines in lit tests?

Reid Kleckner rnk at google.com
Wed May 14 11:26:30 PDT 2014


On Wed, May 14, 2014 at 11:20 AM, Alexey Samsonov <samsonov at google.com>wrote:

> +Daniel, Alp
>
> On Wed, May 14, 2014 at 10:00 AM, David Blaikie <dblaikie at gmail.com>wrote:
>
>> On Wed, May 14, 2014 at 9:43 AM, Timur Iskhodzhanov <timurrrr at google.com>
>> wrote:
>>
> > - Use a macro for "-x c" / "/TC"  (sounds like an overkill for just one
>> > test?)
>>
>
> Yes, sounds like an overkill. Is it possible to support "-x" option in
> clang-cl driver?
>

It's possible, but it's closer to the cl.exe option namespace than
-fsanitize* or -mllvm.  cl.exe uses short, non-English character sequences
for its flags, and it might add a -x flag in the future.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140514/bf78e6f7/attachment.html>


More information about the llvm-commits mailing list