aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-03-08 12:43:06 +0000
committerMike McQuaid2015-03-31 19:18:32 +0100
commitfe6c0cd9066ec77095fe4eb5d7ac38995181dc1a (patch)
tree9afb5b65013c878196fb616941ecf968f4ddf3f5 /Library
parentb9f1fbae5ad751db3e4499f681e90d5643e470bb (diff)
downloadhomebrew-fe6c0cd9066ec77095fe4eb5d7ac38995181dc1a.tar.bz2
ghc: doesn't build with llvm.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ghc.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/ghc.rb b/Library/Formula/ghc.rb
index e07483b85..e34b934b8 100644
--- a/Library/Formula/ghc.rb
+++ b/Library/Formula/ghc.rb
@@ -44,6 +44,13 @@ class Ghc < Formula
end
end
+ fails_with :llvm do
+ cause <<-EOS.undent
+ cc1: error: unrecognized command line option "-Wno-invalid-pp-token"
+ cc1: error: unrecognized command line option "-Wno-unicode"
+ EOS
+ end
+
if build.build_32_bit? || !MacOS.prefer_64_bit? || MacOS.version < :mavericks
fails_with :clang do
cause <<-EOS.undent