1 { lib, buildGoModule, fetchFromGitHub, llvmPackages, getconf }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-CoreqnMRuPuv+Ci1uyF3HJCJFwK2jwB79okynv6AHTA=";
16 nativeCheckInputs = with llvmPackages; [
19 ] ++ lib.optionals stdenv.isDarwin [ getconf ];
22 homepage = "https://github.com/SRI-CSL/gllvm";
23 description = "Whole Program LLVM: wllvm ported to go";
24 license = licenses.bsd3;
25 maintainers = with maintainers; [ dtzWill ];