[all-commits] [llvm/llvm-project] 21b0ec: [libc++] Do not rely on use_system_cxx_lib to spec...

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri May 15 10:02:06 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 21b0ec2fc6e17a0ba3921ed8146b7d410ce250c9
      https://github.com/llvm/llvm-project/commit/21b0ec2fc6e17a0ba3921ed8146b7d410ce250c9
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-05-15 (Fri, 15 May 2020)

  Changed paths:
    M libcxx/docs/DesignDocs/AvailabilityMarkup.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/utils/ci/macos-backdeployment.sh
    M libcxx/utils/libcxx/test/config.py
    M libcxx/utils/libcxx/test/target_info.py

  Log Message:
  -----------
  [libc++] Do not rely on use_system_cxx_lib to specify the path of the library to run against

This is already handled by setting cxx_runtime_root instead -- I don't
see a reason to have two ways of setting the runtime path of the library
we're running against.




More information about the All-commits mailing list