This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] fix ungated debug call
AbandonedPublic

Authored by Ezrashaw on Apr 24 2023, 11:50 PM.

Details

Reviewers
kazu
Summary

put some debug calls in a LLVM_DEBUG invocation

Diff Detail

Event Timeline

Ezrashaw created this revision.Apr 24 2023, 11:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 24 2023, 11:50 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
Ezrashaw requested review of this revision.Apr 24 2023, 11:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 24 2023, 11:50 PM

Sorry, I might've mucked up setting a reviewer?

Obviously I'm a first-time contributor. Some context: I'm a rustc developer and this debug info came up in https://github.com/rust-lang/rust/issues/110743.

kazu accepted this revision.Apr 25 2023, 12:05 AM
This revision is now accepted and ready to land.Apr 25 2023, 12:05 AM

Thanks @kazu. Obviously I'm a first-time contributor so it'd be great if you could land the change :)

@kazu It's been about a week. Please could you commit this change with “Ezra Shaw ezrashawdev@gmail.com”. If I'm doing something wrong, it'd be great to know :P

kazu added a comment.May 15 2023, 12:13 PM

Sorry for dropping the ball on this. It looks like the following commit has fixed the problem:

https://github.com/llvm/llvm-project/commit/bcaa0b26aa7c39fc1403e1bb9c2c74f9e7ba704b

That's all fine. Not sure how I should close this now?

kazu added a comment.May 30 2023, 9:42 PM

That's all fine. Not sure how I should close this now?

I think you as the original author can abandon this patch. Scroll all the way down to the bottom and look for "Add Action". You should be able to select "Abandon" there.

Ezrashaw abandoned this revision.Jun 1 2023, 9:50 PM