gnu-smalltalk: remove unused fails_with :llvm.

This commit is contained in:
Mike McQuaid 2016-12-13 01:57:41 +00:00 committed by Tomasz Pajor
parent 687c585acc
commit be749ccde8

View file

@ -40,11 +40,6 @@ class GnuSmalltalk < Formula
depends_on "glew" => :optional
depends_on :x11 if build.with? "tcltk"
fails_with :llvm do
build 2334
cause "Codegen problems with LLVM"
end
def install
ENV.m32 unless MacOS.prefer_64_bit?