标签: windows llvm
我在互联网上找到一个使用LLVM API的文件,它应该使用以下命令编译(UNIX):
clang++ test-functionpass.cpp `llvm-config --cxxflags --ldflags --libs core` -shared -o test-functionpass.so
可以在Windows上编译吗?我已经安装了LLVM 3.6,Mingw,cygwin但是我还没有成功运行这个命令来编译文件。任何想法?