sanitizer_common: Change gen_dynamic_list.py to take a -o argument instead of writing...
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 11 Jan 2019 23:30:24 +0000 (23:30 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 11 Jan 2019 23:30:24 +0000 (23:30 +0000)
commitc1fde4fa943fd03a3d40bc5d32b9e0045fd29208
tree5c1e01d21d17015343e1e66ccf4682cd9b499f78
parentd37af68ef3f07df29cc296ff3390871040bc1df4
sanitizer_common: Change gen_dynamic_list.py to take a -o argument instead of writing to stdout.

This makes the script a little more gn friendly; gn does not support
redirecting the output of a script.

Differential Revision: https://reviews.llvm.org/D56579

llvm-svn: 350980
compiler-rt/cmake/Modules/SanitizerUtils.cmake
compiler-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py