Skip to content

Commit

Permalink
Fix #272, update submodule to new location.
Browse files Browse the repository at this point in the history
  • Loading branch information
mccleeary-galois committed Jun 10, 2024
1 parent ce3f4e1 commit b4d298c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion disasm-test/llvm-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit b4d298c

Please sign in to comment.