compilers: blacklist llvm from :openmp
Closes Homebrew/homebrew#38912. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
fcfa168357
commit
0705d75375
@ -59,7 +59,10 @@ class CompilerFailure
|
||||
create(:gcc => "4.5"),
|
||||
create(:gcc => "4.6"),
|
||||
],
|
||||
:openmp => [create(:clang)],
|
||||
:openmp => [
|
||||
create(:clang),
|
||||
create(:llvm),
|
||||
],
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user