We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我将 install 目录下的文件复制到了我的 llvm 12.0.1 安装目录
并在我的测试项目中添加了 Directory.build.props
<Project> <PropertyGroup> <LLVMInstallDir>D:\llvm</LLVMInstallDir> <LLVMToolsVersion>12.0.1</LLVMToolsVersion> </PropertyGroup> </Project>
最后在 vs 中修改命令行
编译报错:clang-cl : error : clang frontend command failed due to signal (use -v to see invocation)
请问我该如何解决这个问题
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我将 install 目录下的文件复制到了我的 llvm 12.0.1 安装目录
并在我的测试项目中添加了 Directory.build.props
最后在 vs 中修改命令行
编译报错:clang-cl : error : clang frontend command failed due to signal (use -v to see invocation)
请问我该如何解决这个问题
The text was updated successfully, but these errors were encountered: