| commit | 403007e3c11f482e4465e8d67b87dd11f886e868 | [log] [tgz] |
|---|---|---|
| author | Marcos Pividori <mpividori@google.com> | Sun Jan 22 01:27:42 2017 +0000 |
| committer | Marcos Pividori <mpividori@google.com> | Sun Jan 22 01:27:42 2017 +0000 |
| tree | ecd15f90b1e0e7c261939dd3d454b6c76a5ebe37 | |
| parent | 6137f98c2a29852d74fed2901d1b3be676c2b030 [diff] |
[libFuzzer] Remove optimization flags for tests. We need to build all the tests with -O0, otherwise optimizations may merge some basic blocks and the tests will fail. In this diff, I simplify the cmake implementation and I remove the flags for Windows too (/O[123s]). Differential Revision: https://reviews.llvm.org/D28632 llvm-svn: 292737