Building with -Werror results in the following report on PPC64 (since last night NY timezone):
../src/projects/compiler-rt/lib/xray/../sanitizer_common/sanitizer_flag_parser.h:23:7: error: '__sanitizer::FlagHandlerBase' has virtual functions but non-virtual destructor [-Werror,-Wnon-virtual-dtor]
I am adding a virtual destructor to the base class, but I am happy to do anything better than that.