langston-barrett / llvm-pretty-bc-parser

Parser for the llvm bitcode format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

llvm-pretty-bc-parser

A parser for the LLVM bitcode file format, yielding a Module from the llvm-pretty package.

Compatibility

The following table shows what kinds of tests have been/are being run with which compilers.

  • A check in the the randomized tests column indicates that such tests are regularly run in Github Actions.
  • A check in the manual tests column indicates that the parser seems to work on some code that was generated by this compiler.
Compiler Version Randomized tests Manual tests Notes
clang v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
v4.0
v5.0
v6.0
v7.0
v8.0
v9.0
v10.0
v11.0
v12.0
v13.0 See issues
v14.0 See issues
clang++ v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
v4.0
v5.0
v6.0
v7.0
v8.0

If you encounter problems with the output of any compiler, please file an issue.

Documentation

Developers' documentation: doc/developing.md

About

Parser for the llvm bitcode format

License:Other


Languages

Language:LLVM 85.7%Language:Haskell 13.9%Language:Shell 0.2%Language:Nix 0.1%Language:Dockerfile 0.1%Language:C++ 0.0%Language:C 0.0%