From b4d298cf3665a1a6d4d1469e06fe42d58e7fc73b Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 10 Jun 2024 08:51:23 -0600 Subject: [PATCH] Fix #272, update submodule to new location. --- .gitmodules | 2 +- disasm-test/llvm-tests/README.md | 2 +- flake.lock | 4 ++-- flake.nix | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 84bcf0b4..10c000ae 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "llvm-pretty"] path = llvm-pretty - url = https://github.com/elliottt/llvm-pretty + url = https://github.com/GaloisInc/llvm-pretty.git diff --git a/disasm-test/llvm-tests/README.md b/disasm-test/llvm-tests/README.md index 9c2549ab..085cdf8c 100644 --- a/disasm-test/llvm-tests/README.md +++ b/disasm-test/llvm-tests/README.md @@ -20,7 +20,7 @@ of `llvm-as`. Revision checked out of tree: [de74840](https://github.com/llvm-mirror/llvm/blob/de7484036b628b08be6acbfb5feac405d7450300) + Corresponding LLVM release: 3.9 + Purpose: References to `DICompositeType`s changed in 3.9. See - [llvm-pretty#39](https://github.com/elliottt/llvm-pretty/issues/39). + [llvm-pretty#39](https://github.com/GaloisInc/llvm-pretty/issues/39). - File: `cfi-eof-prologue.old.ll` + Path in LLVM source tree: `test/DebugInfo/AArch64/cfi-eof-prologue.ll` diff --git a/flake.lock b/flake.lock index 7e21c26b..3a97ee17 100644 --- a/flake.lock +++ b/flake.lock @@ -109,13 +109,13 @@ "locked": { "lastModified": 1709056806, "narHash": "sha256-f5f6wmCKqINPL8d/ShWf5K37drhgJGnzb3fruv5gX9U=", - "owner": "elliottt", + "owner": "GaloisInc", "repo": "llvm-pretty", "rev": "1f6118dfd25930aac09a7030990c57f857544ee7", "type": "github" }, "original": { - "owner": "elliottt", + "owner": "GaloisInc", "repo": "llvm-pretty", "type": "github" } diff --git a/flake.nix b/flake.nix index 0f399c27..b3f9e783 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; llvm-pretty-src = { - url = "github:elliottt/llvm-pretty"; + url = "github:GaloisInc/llvm-pretty"; flake = false; }; fgl-src = {