This is an archive of the discontinued LLVM Phabricator instance.

Make lazyload_metadata.ll resilient to the addition of new metadata kinds
ClosedPublic

Authored by herzka on Dec 25 2019, 5:06 PM.

Details

Summary

The specific number of records loaded depends on the number of kinds, but the difference between the lazy and not lazy cases does not.

Diff Detail

Event Timeline

herzka created this revision.Dec 25 2019, 5:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 25 2019, 5:06 PM
This revision was not accepted when it landed; it landed in state Needs Review.Dec 26 2019, 11:01 AM
This revision was automatically updated to reflect the committed changes.
rnk added a subscriber: rnk.Dec 26 2019, 2:30 PM

This breaks the test suite if awk is not available, as is the case on our windows builders. Reverted in ad1f7a895ba452ae8d9d0743bdbf8337cf36c5d9.