Skip to content

Commit

Permalink
Merge pull request #273 from GaloisInc/272-update-llvm-pretty-submodu…
Browse files Browse the repository at this point in the history
…le-location

Fix #272, update submodule to new location.
  • Loading branch information
mccleeary-galois authored Jun 10, 2024
2 parents 61306f7 + b4d298c commit 1cfe6e8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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
2 changes: 1 addition & 1 deletion llvm-pretty

0 comments on commit 1cfe6e8

Please sign in to comment.