aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qemu.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/qemu.rb b/Library/Formula/qemu.rb
index f7a8c0992..1c18e8c3d 100644
--- a/Library/Formula/qemu.rb
+++ b/Library/Formula/qemu.rb
@@ -8,6 +8,8 @@ class Qemu < Formula
depends_on 'jpeg'
depends_on 'gnutls'
+ fails_with_llvm "Segmentation faults occur at run-time with LLVM"
+
def install
system "./configure", "--prefix=#{prefix}",
"--disable-darwin-user",