-
Notifications
You must be signed in to change notification settings - Fork 1
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 14 update #1
Conversation
Seems like both dylibs LLVM / clang-cpp registering Option use-dbg-addr
crashing in debug
+ incorrect option checking
This reverts commit a2aa456. seems like only partly working
@sykhro Iam currently optimizing the conan2 migration, minimal configuration and most others are looking fine at the end of the day. Do you have time testing it on windows? |
Yeah, happy to test whenever you’re ready. |
conan2 migration
llvm conan 2.0
@sykhro merged my latest changes, so I tested llvm 13,14,15,16 in latest patch version in minimal, complete, with dynlib. edit:
So in essence, minimal / minimal+clang / minimal+clang+dynlib would be a good start if that is working fine. If you see anything which looks strange or isn't well documented but should be in your opinion, always welcome as feedback. cheers |
moved to conan-io#17509 |
Because you created already a pull request and latest ci failed after components.json.
Fixed it and merged most changes from llvm-core recipe + updated it here and there.
There are still some smaller todos, but recipe is working again, so what do you think?
Edit: