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
Make LLVMToSPIRVBase comply with Rule of Five. (#2860)
LLVMToSPIRVBase had a custom destructor, but no copy constructor, no move constructor, no move assignment operator, and no copy assignment operator, so it was not complying with the Rule of Five. Explicitly add them as deleted to comply.
Original commit:
KhronosGroup/SPIRV-LLVM-Translator@93fb018aa342da1
0 commit comments