[cfe-dev] Wildcard expansion doesn't work on windows shell

Ian Bell ian.h.bell at gmail.com
Tue May 6 15:17:33 PDT 2014


On Tue, May 6, 2014 at 11:39 PM, Hans Wennborg <hans at chromium.org> wrote:

> Hi Ian,
>
> On Tue, May 6, 2014 at 10:27 AM, Ian Bell <ian.h.bell at gmail.com> wrote:
> > I love what you guys are doing with clang - looking forward to being
> able to
> > use the same compiler on windows and linux easily!  The ultimate would
> be if
> > you could use clang to compile extensions for windows, linux, and osx
> using
> > the same compiler.  That's my primary use case.
> >
> > One thing on windows that is REALLY annoying is that we can't do
> something
> > like
> >
> > clang++ -shared -o CoolProp.dll *.o
> >
> > since wildcard expansion doesn't work.
>
> This is a known issue, and hopefully we'll get it sorted eventually.
> Feel free to cc the bug at http://llvm.org/pr17098. Or even better,
> maybe send in a patch :)
>
> Cheers,
> Hans
>

Hi Hans,

I have cc-ed the issue.  I don't know that I have the requisite skills to
put together a patch, so I might have to patiently wait.

Regards,
Ian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140507/e011787d/attachment.html>


More information about the cfe-dev mailing list