Commit 44994a88 by Stephen Hines

Switch to c++11 for swiftshader.

This library depends on a snapshot of LLVM that only works with C++11. Bug: http://b/111067277 Test: Build with default cpp_std as C++17. Change-Id: I40de7e2357afa3c16ceac7f50241a6d0437aba09 Reviewed-on: https://swiftshader-review.googlesource.com/c/22628Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarStephen Hines <srhines@google.com>
parent 8f20452b
...@@ -30,6 +30,7 @@ cc_defaults { ...@@ -30,6 +30,7 @@ cc_defaults {
cppflags: [ cppflags: [
"-Woverloaded-virtual", "-Woverloaded-virtual",
], ],
cpp_std: "c++11",
target: { target: {
host: { host: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment