@hackage llvm-pretty-bc-parser0.5.0.0
LLVM bitcode parsing library
Categories
License
BSD-3-Clause
Maintainer
Ryan Scott <rscott@galois.com> , Kevin Quick <kquick@galois.com> , Langston Barrett <langston@galois.com>
Links
Versions
Installation
Dependencies (11)
- array >=0.3
- base >=4.8 && <5
- binary >=0.8
- bytestring >=0.10
- containers >=0.4
- mtl >=2.2.2 Show all…
Dependents (3)
@hackage/acme-everything, @hackage/crucible-llvm, @hackage/crux-llvm
Package Flags
fuzz
(off by default)
Enable fuzzing harness
regressions
(off by default)
Enable regression testing build
A parser for the LLVM bitcode file format, yielding a Module from the llvm-pretty package.