-
-
Notifications
You must be signed in to change notification settings - Fork 785
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
添加在Linux下对Clang-CL的支持 #5444
Comments
Title: Add support for Clang-CL under Linux |
这种基于 wine 的暂时不考虑,而且还要在包里支持上切换这个,这种冷门需求。改动大,需求量少,没时间精力搞,包 ci 也不会去维护支持这种情况。 |
This type based on wine is not considered for the time being, and it is necessary to switch this in the package support, which is an unpopular demand. The changes are large, the demand is small, there is no time and energy to do it, and the package ci will not maintain and support this situation. |
不是基于 wine 的,这条链中没有用到 wine。 用 msvc 编译才会用到 wine,但这里的需求是用 clang-cl 编译。 |
Not based on wine, wine is not used in this chain. |
哦,不过短期内没时间搞,你有兴趣的话,可以直接提个 pr 过来。 |
Oh, but I don’t have time to do it in the short term. If you are interested, you can submit a PR directly. |
现在支持了 可以试下: #5848 |
你在什么场景下需要该功能?
需要在Linux下使用Clang-CL。
描述可能的解决方案
xmake 已经支持 clang-cl 工具链,但是支持似乎不完整。
测试发现在 windows 下可正常使用但 linux 不能(似乎是文件名的问题?)
由于 clang-cl 本身支持在 linux 下使用,希望 xmake 也添加在 linux 下对 clang-cl 的支持。
描述你认为的候选方案
N/A
其他信息
msvc sdk 使用这个安装
The text was updated successfully, but these errors were encountered: