This change fixes the gcc warning on copy constructor in IFSStub.cpp file.
After this patch, gcc-11 no longer show the warning
/llvm/lib/InterfaceStub/IFSStub.cpp: In copy constructor ‘llvm::ifs::IFSStubTriple::IFSStubTriple(const llvm::ifs::IFSStubTriple&)’: /llvm/lib/InterfaceStub/IFSStub.cpp:32:1: warning: base class ‘struct llvm::ifs::IFSStub’ should be explicitly initialized in the copy constructor [-Wextra] 32 | IFSStubTriple::IFSStubTriple(IFSStubTriple const &Stub) { | ^~~~~~~~~~~~~