Displaying 2 results from an estimated 2 matches for "190321e6".
2013 Dec 08
0
[LLVMdev] lit: deprecating trailing \ in RUN lines
...ys, even though I would *really* like better failure reporting from
lit, not at the cost of less readable tests. That's the tail wagging the
dog IMO.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131208/190321e6/attachment.html>
2013 Dec 08
2
[LLVMdev] lit: deprecating trailing \ in RUN lines
I'd like to propose deprecating and shortly thereafter removing the lit
test runner feature that concatenates RUN lines ending in a trailing \
*Rationale:**
*
* Trailing \ has a special meaning in various language standards that
we support nowadays. In the C preprocessor, for example, it's
handled _before_ comments. Various compilers handle this differently
and it