compilers: blacklist llvm from :openmp

Closes Homebrew/homebrew#38912.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Ian Lancaster 2015-04-21 17:51:55 -04:00 committed by Mike McQuaid
parent fcfa168357
commit 0705d75375

View File

@ -59,7 +59,10 @@ class CompilerFailure
create(:gcc => "4.5"),
create(:gcc => "4.6"),
],
:openmp => [create(:clang)],
:openmp => [
create(:clang),
create(:llvm),
],
}
end