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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
if config.enable_shared: is used in two places. Are they affected if the variable becomes absent?
Comment Actions
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.