-
-
Notifications
You must be signed in to change notification settings - Fork 818
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
MSVC 使用 HOSTX64 工具链 #5077
Comments
Title: MSVC uses HOSTX64 toolchain In what scenario do you need this function?Compile the x86 debug program. The Hostx86\x86 tool chain is used by default. Describe possible solutionsHope to switch to MSVC\14.40.33807\bin\Hostx64\x86 toolchain Describe your alternativesNo response other informationNo response |
这个 patch 应该可以支持,#5079 不过目前我没低版本 vs ,也许还需要对低版本 vs 做下测试和兼容。。我不确定有些参数,低版本vs是否支持 |
2019/2022 已经正常切换到HostX64
但是切换vs 2005/2008/2010 未能正确识别到vs
|
2005 2008 的 vcvarsall.bat 文件发我看下 |
This patch should support it, #5079 However, I don’t have a lower version of VS at the moment. Maybe I need to test and make compatibility with the lower version of VS. . I'm not sure whether some parameters are supported by lower version vs. |
Send me the vcvarsall.bat file of 2005 and 2008 for a look. |
再试试,我限制了下,仅仅对 2019 开启 host arch 支持 |
功能正常了 |
Try again, I restricted it and only enabled host arch support for 2019. |
Function is normal |
你在什么场景下需要该功能?
编译 x86 的debug 程序 默认使用的是 Hostx86\x86 工具链
当链接很多Lib(LLVM) 在链接link的时候会爆内存
描述可能的解决方案
希望能切换到 MSVC\14.40.33807\bin\Hostx64\x86 工具链
描述你认为的候选方案
No response
其他信息
No response
The text was updated successfully, but these errors were encountered: