[PATCH] D111797: [clang][scan-build] Use uname -s to detect the operating system.
Frederic Cambus via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Oct 17 12:43:14 PDT 2021
fcambus added a comment.
In D111797#3069103 <https://reviews.llvm.org/D111797#3069103>, @brad wrote:
> I'm not a Perl guy but I'm wondering about simplifying what it is doing there to just `uname -s` eq 'OpenBSD'?
Yes, I think it makes sense. Just sent an updated revision.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111797/new/
https://reviews.llvm.org/D111797
More information about the cfe-commits
mailing list