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
20231207
clang-cl 命令出现有未知参数警告
$ ruyi venv -t llvm-upstream --sysroot-from gnu-plct generic venv $ . venv/bin/ruyi-activate «Ruyi venv» $ clang-cl /help clang-cl: warning: unknown argument ignored in clang-cl: '--gcc-install-dir=/home/hachi/.local/share/ruyi/binaries/x86_64/gnu-plct-0.20231118.0/lib/gcc/riscv64-plct-linux-gnu/13.1.0' [-Wunknown-argument] clang-cl: warning: unknown argument ignored in clang-cl: '-mabi=lp64d' [-Wunknown-argument] clang-cl: warning: unknown argument ignored in clang-cl: '--sysroot' [-Wunknown-argument] OVERVIEW: clang LLVM compiler USAGE: clang-17 [options] file...
The text was updated successfully, but these errors were encountered:
此 clang 别名是用来兼容 Windows MSVC 编译器的,而目前 Windows 没有 RISC-V 支持,因此预计的用户使用场景不会涉及该命令。
clang
我们可以在创建 venv 时跳过这个别名,准备丢到 0.3 milestone 实现。我的判断是在 0.2 版本不修复此问题,不会影响到正常功能,用户也不会感知到。
Sorry, something went wrong.
No branches or pull requests
RUYI 包管理版本
20231207
问题描述
clang-cl 命令出现有未知参数警告
The text was updated successfully, but these errors were encountered: