ur4t
ur4t
https://github.com/rust-lang/rust/commit/9da004ea1997ac0eedbb882fa52960417725bd48 uses `AT_MINSIGSTKSZ` which is not present in `libc` crate. `AT_MINSIGSTKSZ` was introduced since glibc 2.35 on all architectures.
### Description I am curious about how LLVM toolchain distributed with NDK are built and find some potential improvements in current versions (r26.2/r487747e and r28/r522817): 1. [Plugin support in Clang...
When preforming `cmake --install $build_dir --prefix $dest_dir` without setting `CMAKE_INSTALL_PREFIX` in advance, symlinks are created directly at default `CMAKE_INSTALL_PREFIX` locations, which is not the expected behaviour when `$dest_dir` is not...
Fix https://github.com/huggingface/hf-hub/issues/47
**Describe the bug** With clang present (exist in system path) and cl absent, meson generates `build.ninja` file using `clang` as linker. When removed clang, and left clang-cl, meson correctly uses...