You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPIRV] Fix build after change in transitive includes
An unordered_set include was removed from a header in 04ebd19
"[MC][NFC] Statically allocate storage for decoded pseudo probes and
function records (llvm#102789)", but SPIRVEmitIntrinsics was getting the
definition from that transitive include. Fix the build by including
the header explicitly.
0 commit comments