Skip to content

AthenaKernel: More diagnostics for failing divcheck.

Scott Snyder requested to merge ssnyder/athena:test.AthenaKernel-20210116 into master

Units_test examines its code to ensure that we're not generating div instructions. This is failing in the clang build, but is not reproducible interactively.

If the divcheck test fails, dump the entire disassembly in the log file to help with tracking this down.

Merge request reports