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)
commit64f3a6f50452101bf82b5eaeae2380384e6274f4
tree80e96eb3fd504414d357a04048ea8a4a8c8353b6
parent833a82ecde7be5ccf58ae951f3c2a8d8e2948101
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;

llvm-svn: 198401
llvm/include/llvm/Support/Compiler.h