CompilerFailure: llvm can't build C++11 either

This commit is contained in:
Misty De Meo
2014-04-14 13:40:55 -07:00
parent 169aa1ac39
commit 621bb0049f
+1
View File
@@ -36,6 +36,7 @@ class CompilerFailure
:cxx11 => [
[:gcc_4_0, proc { cause MESSAGES[:cxx11] }],
[:gcc, proc { cause MESSAGES[:cxx11] }],
[:llvm, proc { cause MESSAGES[:cxx11] }],
[:clang, proc { build 425; cause MESSAGES[:cxx11] }],
[{:gcc => '4.3'}, proc { cause MESSAGES[:cxx11] }],
[{:gcc => '4.4'}, proc { cause MESSAGES[:cxx11] }],