mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
disable some ctors.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74591 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
14022f2a5a
commit
36e74871b8
@ -46,6 +46,9 @@ namespace llvm {
|
||||
friend class MCContext;
|
||||
MCSymbol(const char *_Name, bool _IsTemporary)
|
||||
: Name(_Name), Section(0), IsTemporary(_IsTemporary), IsExternal(false) {}
|
||||
|
||||
MCSymbol(const MCSymbol&); // DO NOT IMPLEMENT
|
||||
void operator=(const MCSymbol&); // DO NOT IMPLEMENT
|
||||
public:
|
||||
|
||||
MCSection *getSection() const { return Section; }
|
||||
|
Loading…
Reference in New Issue
Block a user