We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello !
I'm testing vmir with clang 3.8 and with 3.9 it gives this error after fixing some missing bitcodes:
Missing bitcodes:
The text was updated successfully, but these errors were encountered: