This is an archive of the discontinued LLVM Phabricator instance.

[mlir] build fix for gcc-5
ClosedPublic

Authored by stephenneuendorffer on Aug 14 2020, 11:27 AM.

Details

Summary

It appears in this case that an implicit cast from StringRef to std::string
doesn't happen. Fixed with an explicit cast.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
stephenneuendorffer requested review of this revision.Aug 14 2020, 11:27 AM
This revision was not accepted when it landed; it landed in state Needs Review.Aug 14 2020, 11:39 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.