provided_by_macos_depends_on_allowlist: add `llvm`

I've seen more than a handful of PRs that fail the audit requesting that
a formula do `uses_from_macos` instead of `depends_on` for `llvm`, but
the audit was wrong in every one of those instances. The `llvm` formula
includes much more than what comes with macOS.

Closes #84391.

Signed-off-by: rui <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Carlo Cabrera 2021-09-02 00:30:31 +08:00 committed by BrewTestBot
parent 3cfdde4df7
commit afbc68549d
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"apr", "apr",
"apr-util", "apr-util",
"libressl", "libressl",
"llvm",
"openblas", "openblas",
"openssl@1.1" "openssl@1.1"
] ]