MSVC 2010 build fix
authorAlp Toker <alp@nuanti.com>
Fri, 3 Jan 2014 07:58:20 +0000 (07:58 +0000)
committerAlp Toker <alp@nuanti.com>
Fri, 3 Jan 2014 07:58:20 +0000 (07:58 +0000)
commit8bd582a3ffd37e661c5b931c9fc868a3dcbfcbae
tree13c390de668df6a3ccdb6e9919f0b34033ff1917
parent3036182e99f4efe74aa1309963271004ed71823b
MSVC 2010 build fix

Back out the part of r198399 that enabled LLVM_FINAL/LLVM_OVERRIDE on VS 2010.

DwarfUnit.h legitimately uses them on destructors which unfortunately triggers
Compiler Error C3665 (override specifier not allowed on a destructor/finalizer)
prior to MSVC 2012:

  virtual ~DwarfCompileUnit() LLVM_OVERRIDE;

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198401 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compiler.h