Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information