What do you need to install to use Clang on windows to build c++14 for 64 bit?

后端 未结 3 1314
轮回少年
轮回少年 2021-01-30 10:21

UPDATE:

I\'ve written a detailed tutorial that incorporates the top two answers on this question: http://blog.johannesmp.com/2015/09/01/installing-clang-on-windows-pt1/

3条回答
  •  有刺的猬
    2021-01-30 11:05

    if you use the upcoming clang 3.7.0, simply set PATH to include mingw-w64's bin, clang will work as you expect

提交回复
热议问题