Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何在 vs2019 中使用? #48

Open
LYingSiMon opened this issue Jun 20, 2023 · 0 comments
Open

如何在 vs2019 中使用? #48

LYingSiMon opened this issue Jun 20, 2023 · 0 comments

Comments

@LYingSiMon
Copy link

LYingSiMon commented Jun 20, 2023

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant