-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Revert #95218 and #94953 #95244
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
Revert #95218 and #94953 #95244
Conversation
@llvm/pr-subscribers-mlir-core @llvm/pr-subscribers-mlir Author: Maksim Levental (makslevental) ChangesReverts #95218 and #94953. Next time please revert instead of fixing forward. Patch is 244.08 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/95244.diff 40 Files Affected:
|
@llvm/pr-subscribers-llvm-support Author: Maksim Levental (makslevental) ChangesReverts #95218 and #94953. Next time please revert instead of fixing forward. Patch is 244.08 KiB, truncated to 20.00 KiB below, full version: https://github.com/llvm/llvm-project/pull/95244.diff 40 Files Affected:
|
You can test this locally with the following command:
View the diff from clang-format here.
|
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, reverting since release build is broken seems fair to me.
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.
Thanks for sending the revert.
My fix will be ready in 10 mins. Go ahead with the revert, if you think it’s necessary.
…On Wed, Jun 12, 2024, at 2:16 PM, Adrian Kuegel wrote:
***@***.**** approved this pull request.
Thanks for sending the revert.
—
Reply to this email directly, view it on GitHub <#95244 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAJC2W6AMJHDDWT5D7PFN3ZHBC3DAVCNFSM6AAAAABJGKULO2VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDCMJSHE4TENJTHE>.
You are receiving this because your review was requested.Message ID: ***@***.***>
|
Two fails in a row means absolutely a revert is warranted and an exceptionally detailed review of your fix will be necessary. |
Okay, I’ve sent the fix.
…On Wed, Jun 12, 2024, at 2:19 PM, Ramkumar Ramachandra wrote:
My fix will be ready in 10 mins. Go ahead with the revert, if you think it’s necessary.
On Wed, Jun 12, 2024, at 2:16 PM, Adrian Kuegel wrote:
>
>
> ***@***.**** approved this pull request.
>
> Thanks for sending the revert.
>
>
>
> —
> Reply to this email directly, view it on GitHub <#95244 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAJC2W6AMJHDDWT5D7PFN3ZHBC3DAVCNFSM6AAAAABJGKULO2VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDCMJSHE4TENJTHE>.
> You are receiving this because your review was requested.Message ID: ***@***.***>
>
>
|
Agreed/thank you. While always a judgement call when considering a fix forward, the default action should be a revert when it is project impacting. Double fix forwards are extremely costly to everyone in the project who depends on the code. |
Reverts #95218 and #94953 which broke for all release builds without
LLVM_ENABLE_DUMP=ON
. Which is probably the majority of builds since it is off by default.Next time please revert instead of fixing forward.