[all-commits] [llvm/llvm-project] 58a230: [libc++] Serialize Lit parameters to make them ava...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Jun 29 07:51:57 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 58a230455bbc680fc12641d9231dce5dfb907e91
      https://github.com/llvm/llvm-project/commit/58a230455bbc680fc12641d9231dce5dfb907e91
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-06-29 (Tue, 29 Jun 2021)

  Changed paths:
    M libcxx/test/CMakeLists.txt
    M libcxx/test/configs/legacy.cfg.in
    M libcxx/test/configs/libcxx-trunk-shared.cfg.in
    M libcxx/test/configs/libcxx-trunk-static.cfg.in
    M libcxxabi/test/CMakeLists.txt
    M libcxxabi/test/lit.site.cfg.in
    M libunwind/test/CMakeLists.txt
    M libunwind/test/libunwind/test/config.py
    M libunwind/test/lit.site.cfg.in

  Log Message:
  -----------
  [libc++] Serialize Lit parameters to make them available to from-scratch configs

Before this patch, Lit parameters that were set as a result of CMake
options were not made available to from-scratch configs. This patch
serializes those parameters into the generated lit config file so that
they are available to all configs.

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




More information about the All-commits mailing list