Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
GleasonK authored Dec 7, 2023
1 parent b046f11 commit ab709fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ http_archive(
],
)

LLVM_COMMIT = "511ba45a47d6f9e48ad364181830c9fb974135b2"
LLVM_COMMIT = "c4cebe5b4489438185236881ce3d6eaaa23b0e7b"

LLVM_SHA256 = "23b4e703adbb219853d3d375379e15beefea13a9062715f31e50140c2bafe540"
LLVM_SHA256 = "eb63558c65b259bf9617dbeea6c2a1a1362c22ee75445da490a565f496c28221"

http_archive(
name = "llvm-raw",
Expand Down
2 changes: 1 addition & 1 deletion build_tools/llvm_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
511ba45a47d6f9e48ad364181830c9fb974135b2
c4cebe5b4489438185236881ce3d6eaaa23b0e7b
1 change: 1 addition & 0 deletions stablehlo/dialect/StablehloOps.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class StablehloDialect : public Dialect {
class TokenType : public Type::TypeBase<TokenType, Type, TypeStorage> {
public:
using Base::Base;
static constexpr StringLiteral name = "stablehlo.token";
};

// Verifies the source target pairs attached to collective permute.
Expand Down

0 comments on commit ab709fe

Please sign in to comment.