This is an archive of the discontinued LLVM Phabricator instance.

Remove LLVMContextImpl::optimizationRemarkEnabledFor.
ClosedPublic

Authored by dnovillo on May 22 2014, 10:16 AM.

Details

Summary

This patch moves the handling of -pass-remarks* over to
lib/DiagnosticInfo.cpp. This allows the removal of the
optimizationRemarkEnabledFor functions from LLVMContextImpl, as they're
not needed anymore.

Diff Detail

Event Timeline

dnovillo updated this revision to Diff 9707.May 22 2014, 10:16 AM
dnovillo retitled this revision from to Remove LLVMContextImpl::optimizationRemarkEnabledFor..
dnovillo updated this object.
dnovillo edited the test plan for this revision. (Show Details)
dnovillo added a reviewer: qcolombet.
dnovillo added a subscriber: Unknown Object (MLST).
qcolombet accepted this revision.May 22 2014, 10:19 AM
qcolombet edited edge metadata.

Hi Diego,

Nice clean-up.

Thanks,
-Quentin

This revision is now accepted and ready to land.May 22 2014, 10:19 AM
dnovillo closed this revision.May 22 2014, 10:26 AM
dnovillo updated this revision to Diff 9708.

Closed by commit rL209453 (authored by @dnovillo).