Skip to content

Commit

Permalink
Updated CHERIoT LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
HU90m committed Mar 20, 2024
1 parent a9d021a commit 4413788
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 @@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "CHERIoT-Platform";
repo = "llvm-project";
rev = "dfbd2b1fdd33746ca9e615feb7852013e8f3966a";
hash = "sha256-L0ska5LVv5bUQuA4B8JW5xL156xyJw+2asDR8VA31Fw=";
rev = "08a91532cb502a4b575b77d8eb62b1d1862b0c4b";
hash = "sha256-kEhX6WsHNV+yvM278hTkssGROw9i4KlbDgi5epw7Ns0=";
};
sourceRoot = "${src.name}/llvm";
nativeBuildInputs = [cmake ninja lld python3];
Expand Down

0 comments on commit 4413788

Please sign in to comment.