why homebrew distributes llvm with all its subprojects? #157
-
LLVM has so many subprojects, some subprojects have already the formula in homebrew e.g. libomp, clang-format. Some projects may be installed improper as keg-only, e.g. flang, lld. So why homebrew choose this way to distribute llvm? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Some formula are added because people want to just have a single subproject to use with the Xcode LLVM.
This happens when something conflicts or conflicted with a system version of a dependency. |
Beta Was this translation helpful? Give feedback.
Some formula are added because people want to just have a single subproject to use with the Xcode LLVM.
This happens when something conflicts or conflicted with a system version of a dependency.