commit | acfb82e611f205c6d609ad59b1779a9bd55cb15d | [log] [tgz] |
---|---|---|
author | Alexey Samsonov <samsonov@google.com> | Mon Mar 25 10:31:49 2013 +0000 |
committer | Alexey Samsonov <samsonov@google.com> | Mon Mar 25 10:31:49 2013 +0000 |
tree | 4097a289c0e47cbfbc9897fe7e141a7be197a51d | |
parent | 31a2c483ed1be28071d50f27a76697c600044f03 [diff] |
[Sanitizer] Compile sanitizer runtimes with -Wno-non-virtual-dtor. Virtual dtors may be a problem for us, as sanitizer runtime should not generally assume libstdc++ presence. llvm-svn: 177860