DescriptionFix subzero build for mac
The subzero mac build fails with errors like the following:
/Users/dschuff/code/nacl/native_client/toolchain_build/src/subzero/src/IceGlobalContext.cpp:116: error: ISO C++ forbids variable-size array 'NameBase'
Replace the variable-length array with llvm::SmallVector which will still
allow stack allocation most of the time.
R=stichnot@chromium.org
BUG=build subzero on the bots
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=44712d1
Patch Set 1 #Patch Set 2 : fix format #Messages
Total messages: 3 (0 generated)
|