r273191 - [OpenCL] Include opencl-c.h by default as a clang module

Liu, Yaxun (Sam) via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 22 09:55:47 PDT 2016


The cmake of Cygwin itself does not support llvm. Which cmake did you use on Cygwin? Thanks.

Sam

-----Original Message-----
From: Ismail Donmez [mailto:ismail at i10z.com] 
Sent: Wednesday, June 22, 2016 12:37 PM
To: Liu, Yaxun (Sam) <Yaxun.Liu at amd.com>
Cc: cfe-commits <cfe-commits at lists.llvm.org>
Subject: Re: r273191 - [OpenCL] Include opencl-c.h by default as a clang module

On Wed, Jun 22, 2016 at 5:45 PM, Liu, Yaxun (Sam) <Yaxun.Liu at amd.com> wrote:
> $ "chmod" "u-w"
> "C:\cygwin64\home\ismail\src\llvm\dist\tools\clang\test\Headers\Output\opencl-c-header.cl.tmp/*"
> # command stderr:
> r.cl.tmp/*: invalid mode: 'mp/*'
>
> the error msg is strange. On my Cygwin I got different error:
> chmod: cannot access 
> 'C:\cygwin64\home\ismail\src\llvm\dist\tools\clang\test\Headers\Output
> \opencl-c-header.cl.tmp/*': No such file or directory
>
> This is because * is not expanded when quoted.

Actually I added the quotes to test if it fixes the issue. Since you have cygwin can you reproduce the error?

ismail


More information about the cfe-commits mailing list