[PATCH] D111797: [clang][scan-build] Use uname -s to detect the operating system.

Brad Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 17 10:27:46 PDT 2021


brad added a comment.

I'm not a Perl guy but I'm wondering about simplifying what it is doing there to just `uname -s` eq 'OpenBSD'?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111797



More information about the cfe-commits mailing list