We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219ea26 commit 7630775Copy full SHA for 7630775
llvm/include/llvm/Object/ObjectFile.h
@@ -302,7 +302,6 @@ class ObjectFile : public SymbolicFile {
302
public:
303
ObjectFile() = delete;
304
ObjectFile(const ObjectFile &other) = delete;
305
- ObjectFile &opeartor = (const ObjectFile &other) = delete;
306
307
uint64_t getCommonSymbolSize(DataRefImpl Symb) const {
308
Expected<uint32_t> SymbolFlagsOrErr = getSymbolFlags(Symb);
0 commit comments