-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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] update to 11.0.0 #13998
[llvm] update to 11.0.0 #13998
Conversation
@yurybura, could you resolve the conflicts? |
Dear @PhoebeHui, after merge #12926 CMake is failed.. I think, the problem is in using one more function call |
|
Dear @JackBoosY, the issue is here: "-DLLVM_ENABLE_PROJECTS=clang" "lld" |
@strega-nil Done. Thank you! |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
CI testing failures with x64-linux:
|
I'm currently working on @PhoebeHui's issue; I'll push once I finish the test. |
Here is CI testing results, @yurybura, could you please have a look? I will test the features again. awa-sdk-cpp: with x64-linux/x64-osx/x64-windows/x64-windows-static/x86-windows
halide with x64-linux/x64-osx/x64-windows/x86-windows
|
Dear @PhoebeHui, |
Dear @PhoebeHui,
Fixed
Fixed on Linux
Fixed on Linux
Fixed
Fixed |
Except feature 'flang' and 'openmp', others test passed with x64-windows. Also test llvm:x86-windows with default feature, it passed. For flang and openmp only supports on linux, could you add a fail message to portfile.cmake when the features has been built on windows platform? Thanks again for making this possible! |
Yes, I can. I think it would be nice to have an option to specify supported platform for a feature in the CONTROL file or in the vcpkg.json. |
Unfortunately the 'Supports' doesn't work for features now, Jack draft a PR#12160 to implement it, however, it still need more time to finish that. |
Sorry @yurybura, I have one test machine to test all features togather and found it failled in post-build validation, could you please have a look?
|
Sorry I didn't noticed this issue before. |
Dear @PhoebeHui, |
Augh I accidentally hit the merge button. @yurybura or @PhoebeHui could you open a PR to fix this feature? |
@yurybura @strega-nil, I concerned if it's right thing to skip post-build validation?
I'm not familiar with the feature, it may has some problems to use it. |
@PhoebeHui I think you're right, although I'm also not someone who understands this feature. |
@strega-nil There is description of library: https://compiler-rt.llvm.org/ |
Sure, tracking this issue via #14900 |
Update to LLVM 11.0.0
Fixes #13997
Fixes #12377
Adds new features: flang, MLIR, AVR backend