ARM: MSVC does not support = default
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 27 Apr 2014 05:28:10 +0000 (05:28 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 27 Apr 2014 05:28:10 +0000 (05:28 +0000)
commitf090afddb461c3e2ac4855e27908be87568db9dd
tree52fa9ce7eff3fcf218a7aef46ffd5f3876ac2500
parent103f94747238bb67148a6d444c6e53ba8e9db794
ARM: MSVC does not support = default

Explicitly "implement" the destructor as MSVC does not support defaulted methods
yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207350 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp