[LLVMdev] lit: deprecating trailing \ in RUN lines

Caldarale, Charles R Chuck.Caldarale at unisys.com
Tue Dec 10 13:43:27 PST 2013


> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Alp Toker
> Subject: Re: [LLVMdev] lit: deprecating trailing \ in RUN lines

> //\ 
> int x=0;
> int x=0;

> $ gcc-4.9 -fsyntax-only f.c

Try gcc with -Wall, and you'll see the appropriate warning.  Also try the MS compiler after removing the trailing space after the backslash; I don't have one available to play with, so I don't know if it makes any difference.

 - Chuck





More information about the llvm-dev mailing list