Displaying 2 results from an estimated 2 matches for "35bff367".
2012 Jun 11
0
[LLVMdev] Clang64 on Windows using Mingw64 yields many linking errors?
Hello
First of all, note the "llvm" in the mailing list title. Clang
questions should be asked in other ML.
> 3. Run cmake and let it figure out that its using Clang on Windows.
> 4. Build and realize that the link doesn't work because CMake pulls in the
> wrong libraries (per default it uses Microsoft naming conventions: foo.lib
> instead of libfoo.a).
It seems like
2012 Jun 11
3
[LLVMdev] Clang64 on Windows using Mingw64 yields many linking errors?
Hi again,
I am regularly building my small STL-enabled C++ project using Mingw64 on
Windows x64 and the program runs fine (it builds and runs fine on x64 Linux
too).
Then I got brave and decided to try out Clang, because I'd eventually like
to take a look at the quality of the generated code, and then did the
following:
1. Set CC to clang.
2. Set CXX to clang++.
3. Run cmake and let it