aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/fails_with_llvm.rb
blob: 47bda4e0b397c6fdf25184d026ab45ebb6356517 (plain)
1
2
3
4
5
6
7
8
9
class Formula
  def fails_with_llvm(_msg = nil, _data = nil)
    odisabled "Formula#fails_with_llvm in install"
  end

  def self.fails_with_llvm(_msg = nil, _data = {})
    odisabled "Formula.fails_with_llvm"
  end
end