Skip to content

如何在 vs2019 中使用? #48

Description

@LYingSiMon

我将 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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions