mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 01:38:03 +00:00
Workaround some compilers that give a stricter throw spec to = default than implicit dtors
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243823 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e428ba798e
commit
0ef4b3cef4
@ -40,7 +40,7 @@ protected:
|
||||
MCParsedAsmOperand() = default;
|
||||
|
||||
public:
|
||||
virtual ~MCParsedAsmOperand() = default;
|
||||
virtual ~MCParsedAsmOperand() {}
|
||||
|
||||
void setConstraint(StringRef C) { Constraint = C.str(); }
|
||||
StringRef getConstraint() { return Constraint; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user