Add LLVM test.
This commit is contained in:
parent
a709fdc76b
commit
7e45f2d4a1
1 changed files with 4 additions and 0 deletions
|
@ -101,6 +101,10 @@ class Llvm < Formula
|
|||
end if build_analyzer?
|
||||
end
|
||||
|
||||
def test
|
||||
system "#{bin}/llvm-config --version"
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
If you already have LLVM installed, then "brew upgrade llvm" might not work.
|
||||
Instead, try:
|
||||
|
|
Loading…
Reference in a new issue