From 9efbbf17535a33575a21c895457ca4648ac68683 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Mon, 22 Nov 2021 16:37:14 -0500 Subject: [PATCH] Update llvm-pretty-bc-parser submodule This updates the `llvm-pretty-bc-parser` to include these PRs: * GaloisInc/llvm-pretty-bc-parser#159 (`Support parsing fneg instructions`) * GaloisInc/llvm-pretty-bc-parser#166 (`Support parsing freeze instructions`) * GaloisInc/llvm-pretty-bc-parser#164 (`Parse DebugInfoEnumerator properly on LLVM 12+`) * GaloisInc/llvm-pretty-bc-parser#162 (`Support parsing dict{Associated,Allocated,Rank} fields introduced in LLVM 12`) The `llvm-pretty` submodule had corresponding changes as well. These were included as part of a previous commit to update the `llvm-pretty` submodule (952fe5578d0409c14fb8b6552534965dbd818f75), but the `llvm-pretty-bc-parser` submodule was not updated at the same time. This commit brings the two back into harmony. --- deps/llvm-pretty-bc-parser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/llvm-pretty-bc-parser b/deps/llvm-pretty-bc-parser index bea158b7..24dc69a4 160000 --- a/deps/llvm-pretty-bc-parser +++ b/deps/llvm-pretty-bc-parser @@ -1 +1 @@ -Subproject commit bea158b759d7315cdb4f4c4a364c9fd2c2f9b5a4 +Subproject commit 24dc69a4e718193d65874d84466a7daecf8d8356