[PATCH] D116139: [ORC-RT] Add debug logging macros.
    Lang Hames via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jan  7 22:53:35 PST 2022
    
    
  
lhames marked an inline comment as done.
lhames added a comment.
In D116139#3220124 <https://reviews.llvm.org/D116139#3220124>, @benlangmuir wrote:
> Handling "" as enabling all logging is a bit strange to me -- what was the reasoning for that? LGTM other than than the return value from `initializeDebug` that I mentioned.
Defining ORC_RT_DEBUG to empty is an odd corner case. I don't know whether having it equivalent to "all" or "none" makes more sense. I've switched it to "none" for the commit, but no strong feelings either way.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116139/new/
https://reviews.llvm.org/D116139
    
    
More information about the llvm-commits
mailing list