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/software_spec.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Homebrew/software_spec.rb') diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb index de19ce544..0c230f643 100644 --- a/Library/Homebrew/software_spec.rb +++ b/Library/Homebrew/software_spec.rb @@ -173,6 +173,8 @@ class SoftwareSpec end def fails_with(compiler, &block) + # TODO: deprecate this in future. + # odeprecated "fails_with :llvm" if compiler == :llvm compiler_failures << CompilerFailure.create(compiler, &block) end -- cgit v1.2.3