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

Not working with clang 3.9 #5

Open
mingodad opened this issue Feb 16, 2017 · 0 comments
Open

Not working with clang 3.9 #5

mingodad opened this issue Feb 16, 2017 · 0 comments

Comments

@mingodad
Copy link

Hello !
I'm testing vmir with clang 3.8 and with 3.9 it gives this error after fixing some missing bitcodes:

Parser error: src/vmir_bitcode_parser.c:978 : Can't handle abbrevs with arg 5 yet

Missing bitcodes:

#if defined(VMIR_LLVM_38) || defined(VMIR_LLVM_39)
#define MODULE_CODE_ALIAS      14
#else
#define MODULE_CODE_ALIAS      9
#endif
...
//VMIR_LLVM_39
#define MODULE_CODE_SOURCE_FILENAME 16
#define MODULE_CODE_HASH 17
#define MODULE_CODE_IFUNC 18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant