Unverified Commit 816f9885 authored by Vincent Laporte's avatar Vincent Laporte Committed by GitHub
Browse files

ocamlPackages.mopsa: use LLVM 19 (#449472)

parents efa2d74c 83dfca96
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1316,7 +1316,9 @@ let

        monolith = callPackage ../development/ocaml-modules/monolith { };

        mopsa = callPackage ../development/ocaml-modules/mopsa { };
        mopsa = callPackage ../development/ocaml-modules/mopsa {
          inherit (pkgs.llvmPackages_19) clang libclang libllvm;
        };

        morbig = callPackage ../development/ocaml-modules/morbig { };