llvm - add upgrade caveat
This commit is contained in:
parent
e0f1069eea
commit
e88def8fa3
1 changed files with 8 additions and 0 deletions
|
@ -37,4 +37,12 @@ class Llvm <Formula
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
def caveats; <<-EOS
|
||||
If you already have LLVM installed, then "brew upgrade llvm" might not
|
||||
work. Instead, try:
|
||||
$ brew rm llvm
|
||||
$ brew install llvm
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue