CompilerFailure: llvm can't build C++11 either
This commit is contained in:
parent
169aa1ac39
commit
621bb0049f
@ -36,6 +36,7 @@ class CompilerFailure
|
|||||||
:cxx11 => [
|
:cxx11 => [
|
||||||
[:gcc_4_0, proc { cause MESSAGES[:cxx11] }],
|
[:gcc_4_0, proc { cause MESSAGES[:cxx11] }],
|
||||||
[:gcc, proc { cause MESSAGES[:cxx11] }],
|
[:gcc, proc { cause MESSAGES[:cxx11] }],
|
||||||
|
[:llvm, proc { cause MESSAGES[:cxx11] }],
|
||||||
[:clang, proc { build 425; cause MESSAGES[:cxx11] }],
|
[:clang, proc { build 425; cause MESSAGES[:cxx11] }],
|
||||||
[{:gcc => '4.3'}, proc { cause MESSAGES[:cxx11] }],
|
[{:gcc => '4.3'}, proc { cause MESSAGES[:cxx11] }],
|
||||||
[{:gcc => '4.4'}, proc { cause MESSAGES[:cxx11] }],
|
[{:gcc => '4.4'}, proc { cause MESSAGES[:cxx11] }],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user