This is an archive of the discontinued LLVM Phabricator instance.

Use MlirStringRef in StandardAttributes.h
ClosedPublic

Authored by GeorgeLyon on Dec 3 2020, 3:23 PM.

Details

Summary

This follows a similar change for other areas in the C API.

Diff Detail

Event Timeline

GeorgeLyon created this revision.Dec 3 2020, 3:23 PM
GeorgeLyon requested review of this revision.Dec 3 2020, 3:23 PM
GeorgeLyon edited the summary of this revision. (Show Details)Dec 3 2020, 3:24 PM
GeorgeLyon added reviewers: ftynse, stellaraccident.
mehdi_amini accepted this revision.Dec 3 2020, 3:56 PM
mehdi_amini added inline comments.
mlir/include/mlir-c/StandardAttributes.h
51

unrelated change?

mlir/test/CAPI/ir.c
735

bool?

964

Similarly unrelated hunk reformatting?

This revision is now accepted and ready to land.Dec 3 2020, 3:56 PM
GeorgeLyon updated this revision to Diff 309397.Dec 3 2020, 4:01 PM

Fix comments

Whoops, I accidentally pushed without the "Differential" comment... anything I should do to clean this up?

Whoops, I accidentally pushed without the "Differential" comment... anything I should do to clean this up?

You can't do anything post-commit, you can manually close the revision here and add a link to the commit on GitHub.

arc is in general handling all of this quite well for you.