[libcxx-commits] [PATCH] D150444: [libcxx] [test] Improve error reporting around invoked commands

Vitaly Buka via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 19 21:24:21 PDT 2023


vitalybuka added inline comments.


================
Comment at: libcxx/utils/libcxx/test/dsl.py:46-47
   persistent cache, this also means that one should not call a memoized
   operation from multiple threads. This should normally not be a problem
   since Lit configuration is single-threaded.
   """
----------------
Oh, actually this can be an issue on our side.
We run check-cxx  and check-cxxabi as a separate steps.
At some point we moved check-cxx into background job, leaving check-cxxabi on main one.
And some how it worked for years.

Lets see if https://github.com/llvm/llvm-zorg/commit/d055960aecf8c2824bd861bfea47ab7bc9accd8b helps.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150444



More information about the libcxx-commits mailing list