llvm: patch for artiq-zynq release-7

This commit is contained in:
Simon Renblad 2024-06-06 10:49:42 +08:00 committed by sb10q
parent 51b8111e79
commit 0efbbe39fe
2 changed files with 2 additions and 5 deletions

View File

@ -33,16 +33,13 @@ let
llvm_meta = {
license = lib.licenses.ncsa;
maintainers = lib.teams.llvm.members;
# See llvm/cmake/config-ix.cmake.
platforms =
lib.platforms.aarch64 ++
lib.platforms.arm ++
lib.platforms.mips ++
lib.platforms.power ++
lib.platforms.riscv ++
lib.platforms.s390x ++
lib.platforms.wasi ++
lib.platforms.x86;
};
@ -294,6 +291,6 @@ let
inherit llvm_meta targetLlvm;
};
});
noExtend = extensible: lib.attrsets.removeAttrs extensible [ "extend" ];
noExtend = extensible: builtins.removeAttrs extensible [ "extend" ];
in { inherit tools libraries release_version; } // (noExtend libraries) // (noExtend tools)

View File

@ -5,7 +5,7 @@
, cmake
, python3
, libffi
, enableGoldPlugin ? libbfd.hasPluginAPI
, enableGoldPlugin ? false
, libbfd
, libpfm
, libxml2