update MLIR revision to llvmorg-17-init (for real)

This commit is contained in:
Felix Suchert 2023-01-26 18:37:53 +01:00
parent c2c192814f
commit 376be0d393
Signed by: feliix42
GPG key ID: 24363525EA0E8A99

View file

@ -9,13 +9,14 @@
# git revision to use (for version and git pull
gitRevision = "llvmorg-17-init";
# gitRevision = "603c286334b07f568d39f6706c848f576914f323";
# to work with older version of flakes
lastModifiedDate = self.lastModifiedDate or self.lastModified or "19700101";
# Generate a user-friendly version number.
version = builtins.substring 0 8 lastModifiedDate;
# version = gitRevision;
#version = builtins.substring 0 8 lastModifiedDate;
version = gitRevision;
# System types to support.
supportedSystems = [ "x86_64-linux" ]; #"x86_64-darwin" "aarch64-linux" "aarch64-darwin" ];