-
Notifications
You must be signed in to change notification settings - Fork 32
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
Allow building with Clang 13 #99
Conversation
935ac2d
to
07776a3
Compare
…m13_linuxbrew toolchain.
@@ -164,6 +173,53 @@ jobs: | |||
--expected-major-compiler-version=12 | |||
--lto=full | |||
|
|||
# Clang/LLVM 13 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need all those build variants?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I would like to have Clang 12 and 13 available with both types of LTO, as well as without LTO, and with/without of Linuxbrew. Also I think maintaining two versions of Clang (the "production" one, which is 12 at the moment, and the next one) is useful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Some changes that were necessary for Clang 13:
Other improvements: