diff options
| -rw-r--r-- | Library/Homebrew/compilers.rb | 5 | 
1 files changed, 4 insertions, 1 deletions
| 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 | 
