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 = { diff --git a/llvm-pretty b/llvm-pretty index e7b2bf13..1fa09fc6 160000 --- a/llvm-pretty +++ b/llvm-pretty @@ -1 +1 @@ -Subproject commit e7b2bf1371e51bbc9e7a35070ae311b5a4b2c387 +Subproject commit 1fa09fc6ab6d2873b5a631b756fcb259bec349db