我从https://github.com/ziglang/zig/wiki/Building-Zig-on-Windows开始使用LLVM发行版。当我构建一个引用LLVM库的简单cpp文件时,编译器崩溃。我正在使用x64 model
作为编译器。
我正在使用的命令大致为:cl
将cl -I <llvm include directory> main.cpp %libs% /link /LIBPATH:<llvm lib directory>
变量设置为%libs%
的输出
下面是我使用的简单CPP程序。
llvm-config --libnames all --system-libs
答案 0 :(得分:0)
我在批处理脚本中发现了问题,其中路径中有空格。