redis: remove unused fails_with :llvm.

This commit is contained in:
Mike McQuaid 2016-12-13 01:57:43 +00:00 committed by Tomasz Pajor
parent 9a86e2d608
commit 50f75edbb9

View file

@ -20,13 +20,6 @@ class Redis < Formula
option "with-jemalloc", "Select jemalloc as memory allocator when building Redis"
fails_with :llvm do
build 2334
cause <<-EOS.undent
Fails with "reference out of range from _linenoise"
EOS
end
def install
# Architecture isn't detected correctly on 32bit Snow Leopard without help
ENV["OBJARCH"] = "-arch #{MacOS.preferred_arch}"