ITADN

clippy-driver fails to compile

#2Opentheoparis 创建于 2025-01-16
T
theopariscommented
clippy seems to be trying to build with gcc and fails to link against LLVM 19. [build.log](https://github.com/user-attachments/files/18431754/build.log) ``` ... /nix/store/z91k46jmcm1lz2c3xl6ffaic887r6w3h-binutils-2.43.1/bin/ld: /nix/store/2rhik3lhb3b4p3yg5pvrsskdmdmljxni-aarch64-unknown-linux-gnu-rustc-1.83.0/lib/rustlib/aarch64-unknown-linux-gnu/lib/librustc_driver-9c51ac60d971824d.so: undefined reference to `llvm::Attribute::getWithAllocSizeArgs(llvm::LLVMContext&, unsigned int, std::optional<unsigned int> const&)@LLVM_19.1' ... ``` `nom build -v .#nixosConfigurations.aarch64-linux.config.system.build.toplevel`
1 条评论