mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-07 13:33:12 +00:00
llvmPackages_git.libclc: init
This commit is contained in:
parent
1742313d10
commit
c9f6ba9f18
@ -274,6 +274,12 @@ in let
|
|||||||
nixSupport.cc-cflags = [ "-fno-exceptions" ];
|
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
|
libraries = lib.makeExtensible (libraries: let
|
||||||
|
Loading…
Reference in New Issue
Block a user