This is an archive of the discontinued LLVM Phabricator instance.

LLD: Use DEBUG_TYPE
ClosedPublic

Authored by ruiu on Mar 27 2015, 11:14 AM.

Details

Summary

Use DEBUG_TYPE and DEBUG instead of DEBUG_WITH_TYPE.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 22807.Mar 27 2015, 11:14 AM
ruiu retitled this revision from to LLD: Use DEBUG_TYPE.
ruiu updated this object.
ruiu edited the test plan for this revision. (Show Details)
ruiu added a reviewer: denis-protivensky.
ruiu set the repository for this revision to rL LLVM.
ruiu added a project: lld.
ruiu added a subscriber: Unknown Object (MLST).
denis-protivensky edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 30 2015, 6:28 AM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r233710.