Skip to content

SGTools: Move static variable out-of-line.

Scott Snyder requested to merge ssnyder/athena:lto.SGTools-20240423 into main

Move the empty string variable used in TransientAddress::name() from being defined in that inlined method to a static class member which is instead defined out-of-line.

Avoids crashes seen related to library loading ordering when compiled with LTO.

Merge request reports