In January, Greg put up a patch (D117382) to support more than 32 log categories, among other things. That led to a bunch of nice cleanups, but categories are still limited to 32 because different places still using uint32_t. This patch fixes the remaining issues and enables adding a 32nd log category.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo