This is an archive of the discontinued LLVM Phabricator instance.

[NFC][Debugify][Original DI] Use MapVector insted of DenseMap for DI tracking
ClosedPublic

Authored by djtodoro on May 20 2021, 5:01 AM.

Details

Summary

By using MapVector instead of DenseMap, reporting issues will be in deterministic order.

Diff Detail