Force c++14 when running tests on Windows.
authorZachary Turner <zturner@google.com>
Tue, 13 Sep 2016 23:45:11 +0000 (23:45 +0000)
committerZachary Turner <zturner@google.com>
Tue, 13 Sep 2016 23:45:11 +0000 (23:45 +0000)
commit471932de24b9445efc512e6bb7160099af4ad997
tree856d83160bd9b77932101021d6a09c20d471eeb9
parentdea090e6b2b2bc050c30b77b96c7f5f6ee0b3d70
Force c++14 when running tests on Windows.

VS 2015 and higher begin making use of c++14 in their standard
library headers.  As such, -std=c++11 makes it so you can't compile
trivial programs.  Bump this to -std=c++14 when this situation is
detected.

llvm-svn: 281420
lldb/packages/Python/lldbsuite/test/make/Makefile.rules