在上周的Going Native会议上,Chandler Carruth宣布在
windows上运行clang的预制二进制文件的存在.相同的信息是在博客文章
here中.目标受众是Visual Studio的用户,但是我想从命令行运行clang.
我运行安装程序并将LLVM bin目录添加到我的路径,但是当我尝试编译“Hello world”时,我得到:
C:\>clang hello.cpp hello.cpp:1:10: fatal error: 'iostream' file not found #include <iostream> ^ 1 error generated.
我找不到任何有关如何配置在Windows上运行clang的信息的信息,而我猜测,在我弄清楚如何告诉cl ang cl where cl cl cl cl cl cl,图书馆链接.有人可以一步一步地走过我的设置,还是指向我这样的演练?
解决方法
在Windows上的Clang是一项正在进行中的工作,Chandler Carruth在“去世界土耳其2013年的谈话”中说,iostreams是目前还不工作的事情之一.