[PATCH] D61697: [lit] Disable test on darwin when building shared libs.
Don Hinton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 14 09:39:09 PDT 2019
hintonda added a comment.
In D61697#1543443 <https://reviews.llvm.org/D61697#1543443>, @thakis wrote:
> 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.
Sorry the breakage, and thanks for the suggestion.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61697/new/
https://reviews.llvm.org/D61697
More information about the cfe-commits
mailing list