This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Update existing tests to match new DBG_INSTR_REF format and behaviour
AbandonedPublic

Authored by StephenTozer on Sep 15 2022, 3:42 AM.

Details

Reviewers
jmorse
Orlando
Summary

This patch consolidates a large number of test changes from changes earlier in the patch stack. The reason for pulling all of them into a single patch, instead of putting them alongside the specific patches, is that a lot of these tests are touched multiple times in the stack and would likely take up a lot more reviewer time than simply looking at the final result. These tests will be squashed into the associated patch(es) when these reviews land.

Diff Detail