-
Notifications
You must be signed in to change notification settings - Fork 147
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
Alpha Level LLVM-11 Support #91
Conversation
AmeyaVS
commented
Mar 4, 2021
- Not exhaustively tested
- Some feature might be broken
- Currently only build and tested out-of-tree LLVM build tree.
- Current pytest report:
- 2 failing tests already captured in 2 tests fail with GCC 9.3: “array subscript -1 is outside array bounds of ‘uint32_t[1]’” #89 .
* **Not** exhaustively tested * Some feature might be broken * Currently only build and tested out-of-tree LLVM build tree.
Nitpick: shouldn't it be called “LLVM 11 support”? The incompatibilities are about changes in the LLVM infrastructure, rather than Clang specifically, right? |
This doesn't seem to work for LLVM 10, or at least the system version of it provided by Ubuntu 20.04. Is that intentional? I don't have any particular stance, personally, on whether to support more than one version of LLVM, but it seemed worth testing.
|
@hikari-no-yume Updated the title my bad for missing the intent.
I will try and fix these code section to be compatible with LLVM-10. |
Hi, it builds on my system LLVM 10 now, and running |
Maybe the README should be updated to say it builds with LLVM 11? |