[XLA] Make HloTestBase::GetDebugOptionsForTest virtual.
It's useful for tests to be able to override this and specify their own debug options. Making this function non-static requires a few add-on changes so that everything that calls it is non-static. For lambdas, this necessitates capturing [&] rather than [&foo], so that we can implicitly capture `this`. PiperOrigin-RevId: 209493738
Loading
Please sign in to comment