This is an archive of the discontinued LLVM Phabricator instance.

Fix bazel overlay after "[mlir] Introduce IRDL dialect"
ClosedPublic

Authored by tlongeri on Apr 4 2023, 4:50 PM.

Diff Detail

Event Timeline

tlongeri created this revision.Apr 4 2023, 4:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 4 2023, 4:50 PM
tlongeri requested review of this revision.Apr 4 2023, 4:50 PM
tlongeri updated this revision to Diff 510967.Apr 4 2023, 4:55 PM

Fix whitespace

tlongeri updated this revision to Diff 510968.Apr 4 2023, 4:57 PM

More fix whitespace

tlongeri updated this revision to Diff 510974.Apr 4 2023, 5:29 PM

Fix missing deps

tlongeri updated this revision to Diff 510977.Apr 4 2023, 5:43 PM

Missing direct dep

tlongeri updated this revision to Diff 510982.Apr 4 2023, 5:59 PM

More missing direct dep

dblaikie accepted this revision.Apr 4 2023, 6:05 PM
dblaikie added a subscriber: dblaikie.

Sounds good, thanks.

(you don't actually need to send these sort ofthings for presubmit review - you can use phab in draft mode (arc --draft, ifyou're using arc, I think) to get the presubmit checks run without sending for review, then submit directly - if the blaze build's already broken anyway, there's little haram in committing something to it that has some chance of fixing the issue... )

This revision is now accepted and ready to land.Apr 4 2023, 6:05 PM
This revision was automatically updated to reflect the committed changes.

+1 to everything David mentioned :)

GMNGeoffrey added a subscriber: GMNGeoffrey.EditedApr 5 2023, 1:42 PM

Sounds good, thanks.

(you don't actually need to send these sort ofthings for presubmit review - you can use phab in draft mode (arc --draft, ifyou're using arc, I think) to get the presubmit checks run without sending for review, then submit directly - if the blaze build's already broken anyway, there's little haram in committing something to it that has some chance of fixing the issue... )

David would you mind adding this to the README? I didn't know about draft mode and while I think we've discussed "no need to send trivial build fixes for review" in various places it doesn't appear to be documented

David would you mind adding this to the README? I didn't know about draft mode and while I think we've discussed "no need to send trivial build fixes for review" in various places it doesn't appear to be documented

This is a general things in the LLVM repo, this is not specific to the Bazel overlay.