aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/llvm.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb
index 82a5fac4b..109871a09 100644
--- a/Library/Formula/llvm.rb
+++ b/Library/Formula/llvm.rb
@@ -26,7 +26,8 @@ class Llvm < Formula
end
def options
- [['--with-clang', 'Also build & install clang'],
+ [['--with-clang', 'Build clang'],
+ ['--analyzer', 'Build clang analyzer'],
['--shared', 'Build shared library'],
['--all-targets', 'Build all target backends'],
['--rtti', 'Build with RTTI information'],