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

Ismail Donmez via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 22 09:37:11 PDT 2016


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