[all-commits] [llvm/llvm-project] 09943e: [libc++] Provide a default LLVM_PATH when building...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Jun 29 09:42:35 PDT 2020


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

  Changed paths:
    M libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
    M libcxx/docs/BuildingLibcxx.rst

  Log Message:
  -----------
  [libc++] Provide a default LLVM_PATH when building standalone

Since we require that libc++ is built as part of the monorepo layout, we
can assume the path of the rest of LLVM and avoid requiring that LLVM_PATH
be set explicitly.


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

  Changed paths:
    M libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake

  Log Message:
  -----------
  [libc++] Enable tests and documentation by default when building standalone

Since we can always find the rest of the LLVM tree, we can always run the
tests in the standalone mode. Do it so that the default behavior is the
same in the standalone and non-standalone modes.


Compare: https://github.com/llvm/llvm-project/compare/3936b753bacc...da940b1a2d06


More information about the All-commits mailing list