llvmPackages_git.libclc: init

This commit is contained in:
Weijia Wang 2024-03-11 23:28:21 +01:00
parent 1742313d10
commit c9f6ba9f18

View File

@ -274,6 +274,12 @@ in let
nixSupport.cc-cflags = [ "-fno-exceptions" ];
});
# Has to be in tools despite mostly being a library,
# because we use a native helper executable from a
# non-cross build in cross builds.
libclc = callPackage ../common/libclc.nix {
inherit buildLlvmTools;
};
});
libraries = lib.makeExtensible (libraries: let