This is an archive of the discontinued LLVM Phabricator instance.

Remove the DEBUG macro.
ClosedPublic

Authored by Nicola on May 16 2018, 8:31 AM.

Details

Summary

Now that the LLVM_DEBUG() macro landed on the various sub-projects the DEBUG macro can be removed.

Only one new use of the old DEBUG macro happened in the meantime, so I'm also cleaning that one up.

Diff Detail

Repository
rL LLVM

Event Timeline

Nicola created this revision.May 16 2018, 8:31 AM
xbolva00 accepted this revision.May 16 2018, 8:32 AM
xbolva00 added a subscriber: xbolva00.

lg

This revision is now accepted and ready to land.May 16 2018, 8:32 AM
This revision was automatically updated to reflect the committed changes.