aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/llvm.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb
index 04f64c8d5..6096348bc 100644
--- a/Library/Formula/llvm.rb
+++ b/Library/Formula/llvm.rb
@@ -18,7 +18,7 @@ class Llvm < Formula
end
option :universal
- option 'with-clang', 'Build Clang C/ObjC/C++ frontend'
+ option 'with-clang', 'Build Clang support library'
option 'disable-shared', "Don't build LLVM as a shared library"
option 'all-targets', 'Build all target backends'
option 'rtti', 'Build with C++ RTTI'
@@ -87,7 +87,7 @@ class Llvm < Formula
s += python.standard_caveats if python
s += <<-EOS.undent
This formula only provide library components of LLVM. To use full
- featured LLVM please try the llvm3* formulae in homebrew-versions tap,
+ featured LLVM please try the llvm* formulae in homebrew-versions tap,
for instance:
brew tap homebrew/versions