llvm-hs / homebrew-llvm

LLVM formulae for the Homebrew package manager
25 stars 7 forks source link

Avoid using deprecated feature. #6

Closed phischu closed 6 years ago

phischu commented 6 years ago

The llvm 5 formula does not work with current brew. brew install fails with

Warning: Calling <<-EOS.undent is deprecated!
Use <<~EOS instead.

The formula for llvm 6 already uses <<~EOS instead of <<-EOS.undent.

tmcdonell commented 6 years ago

Thanks! ^_^