[PATCH] D138301: [llvm, polly, clang] Stop setting config.enable_shared in most places

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 09:50:11 PST 2022


thakis added a comment.

In D138301#3937489 <https://reviews.llvm.org/D138301#3937489>, @MaskRay wrote:

> `if config.enable_shared:` is used in two places. Are they affected if the variable becomes absent?

They're both in clang/test. clang/test/lit.site.cfg.py.in keeps setting config.enable_shared even after this change, so they shouldn't be affected.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138301/new/

https://reviews.llvm.org/D138301



More information about the llvm-commits mailing list