Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump llvm-pretty{,-bc-parser} submodules
This bumps the `llvm-pretty` and `llvm-pretty-bc-parser` submodules to include the following changes: * GaloisInc/llvm-pretty#85 and GaloisInc/llvm-pretty-bc-parser#166, which adds support for the `freeze` instruction introduced in LLVM 12. * GaloisInc/llvm-pretty#84 and GaloisInc/llvm-pretty-bc-parser#164, which allows parsing `DIEnumerator`s on LLVM 12 or later. * GaloisInc/llvm-pretty#83 and GaloisInc/llvm-pretty-bc-parser#162, which allows parsing `DICompositeType`s on LLVM 12 or later. * GaloisInc/llvm-pretty-bc-parser#161, which allows parsing `fcmp` instructions with fast-math flags. The `freeze` instruction will require some changes in `crucible-llvm` to accommodate, but I will do that in a subsequent commit.
- Loading branch information