我刚刚在带有Windows 10 SDK的msvc构建工具2017上成功构建了llvm
,clang
和lld
。
我接下来尝试构建libcxx
。
当我在做cmake / ninja(使用clang-cl
的新建clang)时,我得到了:
CMake Error at test/CMakeLists.txt:72 (include):
include could not find load file:
AddLLVM
CMake Error at test/CMakeLists.txt:74 (configure_lit_site_cfg):
Unknown CMake command "configure_lit_site_cfg".
-- Configuring incomplete, errors occurred!
我也确实将此参数传递给了cmake
-DLLVM_PATH="C:/llvm"
这是因为我建立的llvm
错误吗?
我已经通过
解决了这个问题 -DCMAKE_MODULE_PATH="C:/llvm-master/cmake/modules