This is an archive of the discontinued LLVM Phabricator instance.

Ensure that multi-threading is disabled when enabling IRPrinting with module scope
ClosedPublic

Authored by mehdi_amini on Feb 28 2020, 10:13 PM.

Details

Summary

This is avoid the user to shoot themselves in the foot. and encounter issues.

Diff Detail

Event Timeline

mehdi_amini created this revision.Feb 28 2020, 10:13 PM
Herald added a project: Restricted Project. · View Herald Transcript
rriddle accepted this revision.Feb 29 2020, 10:10 AM
rriddle added inline comments.
mlir/include/mlir/Pass/PassManager.h
142

nit: PassManager -> pass manager

This revision is now accepted and ready to land.Feb 29 2020, 10:10 AM
This revision was automatically updated to reflect the committed changes.