commit | d8fb3d33f38258b7fb177bd4cb420fab2e0c2c3a | [log] [tgz] |
---|---|---|
author | Jan Voung <jvoung@chromium.org> | Fri Apr 10 10:50:47 2015 -0700 |
committer | Jan Voung <jvoung@chromium.org> | Fri Apr 10 10:50:47 2015 -0700 |
tree | 2dc68f78bdda13ce8074739c762397dd9fd84445 | |
parent | caef3486222c75612ff3ae97bc9b6a6619796c17 [diff] |
Adjust Subzero CMAKE=1 build to also use libc++ (like autoconf). This is to go with toolchain_build changes which make LLVM cmake also use libc++: https://codereview.chromium.org/978963002/ May help with the memory sanitizer build, which wants most code to be built with memory sanitizer (e.g., make a special build of libc++). BUG= https://code.google.com/p/nativeclient/issues/detail?id=4119 R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1074253002