Still pursuing the ultimate goal of splitting the Symbolizer code from
RTSanitizerCommon core, allow BackgroundThread to work even when not linked
with sanitizer_stackdepot.cc. There is no reason this function should pull in
the whole StackDepot if symbolization is not supported.
Currently this has no functional change as the depot is always linked anyway.