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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think @aeubanks touched the expensive checks MSSA verification last, but I could be wrong.
Anyway, this seems reasonable.