How to compile Clang on Windows

前端 未结 4 1436
悲&欢浪女
悲&欢浪女 2020-12-04 06:46

I have been trying to find a way to get Clang working on Windows but am having trouble. I get Clang to compile successfully, but when I try to compile a program I have a bun

4条回答
  •  抹茶落季
    2020-12-04 07:05

    I had numerous problems building LLVM and clang using VS and being a Unix user I prefer building sources from the command line.

    Following the instructions from Seth Carnegie I built it from the SVN repository as opposed to the supplied packages, using LLVM v3.3 with MinGW v4.5.2.

提交回复
热议问题