[all-commits] [llvm/llvm-project] 05b04c: Recommit "[libc++] NFC: Simplify substitutions by ...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Mar 30 15:10:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 05b04c685c9c5a5abc2ab9bd160a40c58c684b23
      https://github.com/llvm/llvm-project/commit/05b04c685c9c5a5abc2ab9bd160a40c58c684b23
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-03-30 (Mon, 30 Mar 2020)

  Changed paths:
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/format.py

  Log Message:
  -----------
  Recommit "[libc++] NFC: Simplify substitutions by using lit recursive substitutions"

This re-commits cd7f9751c300, which was reverted in 12f6b024f9f5 because
it broke the LLVM `check-all` target. This commit addresses the underlying
issue by not setting the lit_config.recursiveExpansionLimit parameter of
the libc++ test suite, which is otherwise picked up by other test suites
in LLVM.

Once we've settled on a fix for the underlying issue with
lit_config.recursiveExpansionLimit, we can start using it
again in libc++, but for now we can just work around it.




More information about the All-commits mailing list