commit | 8e8042c42b71675891b824b6bfcd8938174661bc | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Thu Sep 25 17:51:47 2014 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Thu Sep 25 17:51:47 2014 -0700 |
tree | 459a4fa9621cd4d12b7c4b00a6d47b4c12199ebf | |
parent | f0657dd84993473502477f45fb83a961b4eeec1c [diff] |
Subzero: Enable the C++11 build. This just adds -std=c++11 to the compiler flags and fixes the resulting errors/warnings. Later CLs can fix things related to the LLVM 3.5 merge. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3930 R=jfb@chromium.org, kschimpf@google.com Review URL: https://codereview.chromium.org/607443003