罗勇刚(Yonggang Luo)
2009-Aug-05 15:22 UTC
[LLVMdev] [cfe-dev] clang can't working on windows with mingw or msvc properly
> Hello, > >> can't be compiled with ml. or I don't know how to. > Correct. This never worked properly and ml it too weak to be able to > compile something non-trivial. The support of mams was dropped > recently from the mainline.But at least, we need to support mingw:) maybe we just set mingw as default on windows platform. Because mingw is getting more and more mature:) And just need little code. I think mingw now is stable enough now. So we need to set -triple i386-pc-mingw nothing else, that's all, maybe just need to change the CMake config files:) -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo
Reasonably Related Threads
- [LLVMdev] MSVC can't Inlcude *.inc files properly
- [LLVMdev] Summer of Code idea -- detecting undefined behavior
- [LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
- [LLVMdev] Hi, people, I propose to move Debug and Object File related headers out of Support
- [LLVMdev] Why llvm function name is different with . and ..