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 5057463 commit 562c479Copy full SHA for 562c479
llvm/include/llvm/Object/ObjectFile.h
@@ -302,6 +302,7 @@ class ObjectFile : public SymbolicFile {
302
public:
303
ObjectFile() = delete;
304
ObjectFile(const ObjectFile &other) = delete;
305
+ ObjectFile &operator=(const ObjectFile &other) = delete;
306
307
uint64_t getCommonSymbolSize(DataRefImpl Symb) const {
308
Expected<uint32_t> SymbolFlagsOrErr = getSymbolFlags(Symb);
0 commit comments