我已经在 Windows 10 x64 上安装了 LLVM 5.0。当我clang++ --version
从cmd
下面的消息中调用时,将显示。
clang version 5.0.0 (tags/RELEASE_500/final)
Target: x86_64-pc-windows-msvc
Thread model: posix
InstalledDir: C:\LLVM\bin
但是当我qbs setup-toolchains --detect
在结果列表中调用时,clang 和 clang++ 都不在。如果我调用qbs config --list profiles
clang 和 clang++ 都不在列表中。我错过了什么吗?