Alexpux <[email protected]> writes:

> 05 сент. 2014 г., в 20:32, Óscar Fuentes <[email protected]> написал(а):
>
>> Any reason why LLVM/Clang was built with assertions ON? (as confirmed bu
>> `llvm-config --cxxflags' which lists -D_DEBUG)
>> 
> Today I uploaded new builds without assertions.

Clang now is faster than g++. Thank you Alexey.

>> Also, clang/clang++ doesn't know about mingw32/include directory. I had
>> to add -I c:/apps/msys32/mingw32/include to the build command.
>
> Will try see some later.

Ok.

>> more undefined references to `__chkstk_ms' follow
>> clang++.exe: error: linker command failed with exit code 1 (use -v to see 
>> invocation)
>> ninja: build stopped: subcommand failed.
>> 
>> 
> I’m rework Mingw driver for clang. Please try new builds and test it as more 
> as you can. Maybe driver need some fixes yet.
> I’m try to build libc++ for clang but it fail. 
> Need to discuss with guys who know clang better.

Now clang++ fails with Boost. Previously I was able to build this

// File foo.cpp
#include <boost/thread>


with this command:

clang++ -c -DBOOST_USE_WINDOWS_H -Ic:/apps/msys32/mingw32/include foo.cpp

But now fails with conflicting declarations. Because of this I was not
able to reach the linking phase. If I have some free time I'll try
removing the dependency on boost::thread.


------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce.
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to