aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiyue Deng2013-09-01 12:57:42 -0700
committerXiyue Deng2013-09-01 12:57:42 -0700
commit2a2fd4367e3b54607e64b45fded673b9bf378b88 (patch)
treeb12a17e341c95089c7044bcbf18295cfc9424c5e
parent039de9099407907b376c21412a2c552dc3c6c7c0 (diff)
downloadhomebrew-2a2fd4367e3b54607e64b45fded673b9bf378b88.tar.bz2
Fix option description that only Clang library is built.
* Also fix an annoyance in caveats (llvm3* -> llvm*). Closes #22247.
-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