[PATCH] D61697: [lit] Disable test on darwin when building shared libs.
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 14 05:56:59 PDT 2019
thakis added a comment.
I reverted this in r363379 to unbreak check-lld on mac. I think the
if config.enable_shared:
features.add("enable_shared")
bit belongs in clang/test/lit.cfg.py, not in llvm/utils/lit/lit/llvm/config.py.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61697/new/
https://reviews.llvm.org/D61697
More information about the llvm-commits
mailing list