This is an archive of the discontinued LLVM Phabricator instance.

[x86][MemFold] Fix anon namespace in header
ClosedPublic

Authored by fdeazeve on Mar 20 2023, 5:53 AM.

Details

Summary

D142084 moved an enumeration inside a header from the llvm namespace
into an anon namespace. Some of the bots started failing as a result.

Diff Detail

Event Timeline

fdeazeve created this revision.Mar 20 2023, 5:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 20 2023, 5:53 AM
fdeazeve requested review of this revision.Mar 20 2023, 5:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 20 2023, 5:53 AM

In the interest of time and since this is low risk, I'll go ahead and merge this, but please let me know if you have any concerns.

This revision was not accepted when it landed; it landed in state Needs Review.Mar 20 2023, 8:17 AM
This revision was automatically updated to reflect the committed changes.