Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LLVM 8 #127

Closed
robdockins opened this issue Apr 23, 2019 · 0 comments · Fixed by #134
Closed

LLVM 8 #127

robdockins opened this issue Apr 23, 2019 · 0 comments · Fixed by #134
Labels

Comments

@robdockins
Copy link
Contributor

LLVM 8 is now out, and things seem to have shifted on us again. Attempting to parse the output of a bitcode file produced via LLVM 8.0.0 results in the following. It seems at least some changes/additions have occurred in the metadata formats.

Invalid record size: 7
Expected one of: [6]
Are you sure you're using a supported version of LLVM/Clang?
Check here: https://github.com/GaloisInc/llvm-pretty-bc-parser

from:
        METADATA_BASIC_TYPE
        METADATA_BLOCK
        METADATA_BLOCK_ID
        value symbol table
        MODULE_BLOCK
        Bitstream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant