[all-commits] [llvm/llvm-project] eb68a0: [libc++] Do not try creating llvm-lit when LIBCXX_...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Jun 29 08:55:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: eb68a0ab5ee8a8354f1539fb00409f027a7137b2
      https://github.com/llvm/llvm-project/commit/eb68a0ab5ee8a8354f1539fb00409f027a7137b2
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-06-29 (Mon, 29 Jun 2020)

  Changed paths:
    M libcxx/CMakeLists.txt

  Log Message:
  -----------
  [libc++] Do not try creating llvm-lit when LIBCXX_INCLUDE_TESTS is OFF in the standalone build

Doing so doesn't work reliably, since it relies on LLVM_* implementation
detail variables being set. Furthermore, since we rely on the lit.site.cfg
being generated, running the tests requires LIBCXX_INCLUDE_TESTS=ON anyway.




More information about the All-commits mailing list