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
Fix build by reverting a ValueMap back to std::map
Commit 4a9c78e ("Prepare SPIRVWriter for type conversion without
opaque pointers. (#1499)", 2022-06-20) changed
`OCLTypeToSPIRVBase::AdaptedTy` to a `ValueMap`, but that made
`OCLTypeToSPIRVBase` non-movable and non-copyable. Landing eb8e9ad
("Migrate SPIRVWriter to new PassManager", 2022-06-20) on top caused a
build breakage.
0 commit comments