[all-commits] [llvm/llvm-project] 069428: [libc++] Set the target triple by default in the s...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Jul 26 12:05:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 069428b6f73bdfb7bba13d461a2f57beb86b6aa7
      https://github.com/llvm/llvm-project/commit/069428b6f73bdfb7bba13d461a2f57beb86b6aa7
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-07-26 (Mon, 26 Jul 2021)

  Changed paths:
    M libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
    M libcxx/utils/libcxx/test/dsl.py
    M libcxx/utils/libcxx/test/params.py

  Log Message:
  -----------
  [libc++] Set the target triple by default in the standalone build

Even though the standalone build is deprecated, some people are still
relying on it (including libc++ itself for some configurations). Setting
the target triple will ensure that the build and the test suite behaves
consistently in the standalone and normal builds.

Differential Revision: https://reviews.llvm.org/D106800




More information about the All-commits mailing list