Pluto icon indicating copy to clipboard operation
Pluto copied to clipboard

如何在 vs2019 中使用?

Open LYingSiMon opened this issue 2 years ago • 0 comments

我将 install 目录下的文件复制到了我的 llvm 12.0.1 安装目录 image

并在我的测试项目中添加了 Directory.build.props

<Project>
    <PropertyGroup>
         <LLVMInstallDir>D:\llvm</LLVMInstallDir>
         <LLVMToolsVersion>12.0.1</LLVMToolsVersion>
    </PropertyGroup>
</Project>

最后在 vs 中修改命令行 image

编译报错:clang-cl : error : clang frontend command failed due to signal (use -v to see invocation) image

请问我该如何解决这个问题

LYingSiMon avatar Jun 20 '23 03:06 LYingSiMon