Skip to content

Commit

Permalink
Updated CHERIoT LLVM Toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
HU90m committed Jul 3, 2024
1 parent ad32026 commit c1bf420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/llvm_cheriot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "CHERIoT-Platform";
repo = "llvm-project";
rev = "42ccdb1bcc7eb0bf8cc8e493850359f828515495";
hash = "sha256-Eib8r4jm3zZgWJIV5n+AX0g5rU8OdFud5eOErJ+1iT4=";
rev = "f2e652bc8c0f630fe5eeb0a117f5e2c9a9845f11";
hash = "sha256-YVNBxlSIQjIEvsP8nUNUqOvY6XFDhn3+6416MOu8ryE=";
};
sourceRoot = "${src.name}/llvm";
nativeBuildInputs = [cmake ninja lld python3] ++ lib.optional stdenv.isDarwin darwin.apple_sdk.libs.xpc;
Expand Down

0 comments on commit c1bf420

Please sign in to comment.