From 000eed10ad6ff094f08d4ef99a41e8957143ba8a Mon Sep 17 00:00:00 2001 From: Ian Lancaster Date: Tue, 21 Apr 2015 17:51:55 -0400 Subject: compilers: blacklist llvm from :openmp Closes #38912. Signed-off-by: Mike McQuaid --- Library/Homebrew/compilers.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Library/Homebrew/compilers.rb') diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index 983e23ef9..e73f39f01 100644 --- a/Library/Homebrew/compilers.rb +++ b/Library/Homebrew/compilers.rb @@ -59,7 +59,10 @@ class CompilerFailure create(:gcc => "4.5"), create(:gcc => "4.6"), ], - :openmp => [create(:clang)], + :openmp => [ + create(:clang), + create(:llvm), + ], } end -- cgit v1.2.3