This is an archive of the discontinued LLVM Phabricator instance.

Analysis: move declaration of variables to a more suitable location
ClosedPublic

Authored by compnerd on Sep 7 2021, 2:48 PM.

Details

Summary

This moves 2 variable declarations from llvm/Support/Debug.h to a more
appropriate home in the headers for LLVMAnalysis. These variables are
defined in LLVMAnalysis rather than in LLVMSupport and although they
control debugging behavior, the declarations being colocated in the same
library's headers is both easier to locate and aids correctly describing
the library's interfaces.

Diff Detail

Event Timeline

compnerd created this revision.Sep 7 2021, 2:48 PM
compnerd requested review of this revision.Sep 7 2021, 2:48 PM
rnk accepted this revision.Sep 7 2021, 3:11 PM
rnk added a subscriber: aeubanks.

I think @aeubanks touched the expensive checks MSSA verification last, but I could be wrong.

Anyway, this seems reasonable.

This revision is now accepted and ready to land.Sep 7 2021, 3:11 PM
aeubanks accepted this revision.Sep 7 2021, 3:20 PM
mehdi_amini accepted this revision.Sep 7 2021, 7:42 PM
This revision was landed with ongoing or failed builds.Sep 8 2021, 9:19 AM
This revision was automatically updated to reflect the committed changes.