[PATCH] D46546: add suffix to report file name

Filipe Cabecinhas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 3 04:21:45 PDT 2018


filcab added a comment.

Check out `test/sanitizer_common/TestCases/options-include.cc` as an example you can use to adapt yours.
You might only need to change `env_asan_opts` to `env_tool_opts` to get it to work.

Instead of having a positive `FIXME`, please change it to a negative: `windows and android don't support X` (which is what the line below is doing).


https://reviews.llvm.org/D46546





More information about the llvm-commits mailing list