From cf1fa0c5bc5bf80d21921e5187581de1a7baa08b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 13 Dec 2016 02:10:11 +0000 Subject: audit: flag use of "fails_with :llvm". Also, add TODOs for deprecating this properly at a later point. --- Library/Homebrew/formula.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Homebrew/formula.rb') diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index e1846424f..600f9c2e9 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -2340,6 +2340,8 @@ class Formula # version '4.8.1' # end def fails_with(compiler, &block) + # TODO: deprecate this in future. + # odeprecated "fails_with :llvm" if compiler == :llvm specs.each { |spec| spec.fails_with(compiler, &block) } end -- cgit v1.2.3