[cfe-dev] Wildcard expansion doesn't work on windows shell
Hans Wennborg
hans at chromium.org
Tue May 6 14:39:46 PDT 2014
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
More information about the cfe-dev
mailing list