[PATCH] D81601: [analyzer] SATest: Use logger in single-threaded mode as well

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 18 07:34:58 PDT 2020


NoQ added inline comments.


================
Comment at: clang/utils/analyzer/SATestBuild.py:650
 
                 Logger = logging.getLogger(test_info.project.name)
                 LOCAL.stdout = StreamToLogger(Logger, logging.INFO)
----------------
Now that you have a global `Logger`, is this still relevant?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81601/new/

https://reviews.llvm.org/D81601





More information about the cfe-commits mailing list