_realname=rust pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=r31877.23c1f9b pkgver=r31923.27e8d5b pkgrel=1 pkgdesc="A safe, concurrent, practical language from Mozilla (mingw-w64)" arch=('any') @@ -37,9 +37,8 @@ build() { --prefix=${MINGW_PREFIX} \ --build=${...
比如先用clang生成.o文件,然后用llvm\bin的lld-link.exe链接(clang默认会去找MSVC的链接器link.exe,...
Relevant changes in LLVM 20.1.x compared with LLVM 19.x are: - Don't warn when doing LTO with mixed Rust/C object files, where the target triples differ in the vendor field (<arch>-w64-windows-gnu vs <arch>-pc-windows-gnu) - Fix including LLVM/MSVC style import libraries in librari...
通过搜索发现了一个rust写的工具,xwin,可以下载解压[1]如上所示,在Linux上实测成功了。clang天然支持...
clang 默认是 mac gcc 吧, 可以在 mac 上玩玩。单纯对于 C/C++, clang 定位是锦上添花。菜鸡如我...