diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index 983e23ef93..e73f39f018 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