[all-commits] [llvm/llvm-project] 281a5c: [llvm, polly, clang] Stop setting config.enable_shar...

Nico Weber via All-commits all-commits at lists.llvm.org
Mon Nov 21 05:54:38 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 281a5c7ef112d5d09dd947ecd3f85484047c5502
      https://github.com/llvm/llvm-project/commit/281a5c7ef112d5d09dd947ecd3f85484047c5502
  Author: Nico Weber <thakis at chromium.org>
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
    M clang/test/Unit/lit.site.cfg.py.in
    M llvm/test/Unit/lit.site.cfg.py.in
    M llvm/test/lit.site.cfg.py.in
    M llvm/utils/gn/secondary/clang/test/BUILD.gn
    M llvm/utils/gn/secondary/llvm/test/BUILD.gn
    M polly/test/Unit/lit.site.cfg.in

  Log Message:
  -----------
  [llvm,polly,clang] Stop setting config.enable_shared in most places

Clang's lit.cfg.py reads this to add an "enable-shared" feature that
three of clang's lit tests use. Nothing else reads enable_shared, so
remove it from most lit.site.cfg.py.in files.

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




More information about the All-commits mailing list