This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix build after 83d59e05b201
ClosedPublic

Authored by aganea on Jan 28 2022, 2:14 PM.

Details

Summary

As reported in https://reviews.llvm.org/D108850#3280778

exitEarly means that no destructors should be called on LLD exit. This speeds up the exit. I've set it to true (it was false before).
disableOutput disables all stdout/stderr output. This is only used in test, when the value of ${LLD_IN_TEST} > 1.

Diff Detail

Event Timeline

aganea created this revision.Jan 28 2022, 2:14 PM
aganea requested review of this revision.Jan 28 2022, 2:14 PM
MaskRay accepted this revision.Jan 28 2022, 2:19 PM

Looks great!

This revision is now accepted and ready to land.Jan 28 2022, 2:19 PM
This revision was landed with ongoing or failed builds.Jan 28 2022, 2:21 PM
This revision was automatically updated to reflect the committed changes.