llvm@4: remove checks for old compilers.
This commit is contained in:
parent
4eb9e6d705
commit
9302a08d9e
1 changed files with 0 additions and 6 deletions
|
@ -18,12 +18,6 @@ class LlvmAT4 < Formula
|
||||||
depends_on "libffi"
|
depends_on "libffi"
|
||||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||||
|
|
||||||
# According to the official llvm readme, GCC 4.7+ is required
|
|
||||||
fails_with :gcc_4_2
|
|
||||||
("4.3".."4.6").each do |n|
|
|
||||||
fails_with :gcc => n
|
|
||||||
end
|
|
||||||
|
|
||||||
resource "clang" do
|
resource "clang" do
|
||||||
url "https://releases.llvm.org/4.0.1/cfe-4.0.1.src.tar.xz"
|
url "https://releases.llvm.org/4.0.1/cfe-4.0.1.src.tar.xz"
|
||||||
sha256 "61738a735852c23c3bdbe52d035488cdb2083013f384d67c1ba36fabebd8769b"
|
sha256 "61738a735852c23c3bdbe52d035488cdb2083013f384d67c1ba36fabebd8769b"
|
||||||
|
|
Loading…
Reference in a new issue