From 6b52052f330c7547f370143003a8bb8b6b0c3839 Mon Sep 17 00:00:00 2001 From: Elena Demikhovsky Date: Thu, 28 Jan 2016 20:36:46 +0000 Subject: [PATCH] Fixed compilation issue. llvm-svn: 259087 --- llvm/unittests/Support/AlignOfTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/unittests/Support/AlignOfTest.cpp b/llvm/unittests/Support/AlignOfTest.cpp index 393bfeb..74b03f0 100644 --- a/llvm/unittests/Support/AlignOfTest.cpp +++ b/llvm/unittests/Support/AlignOfTest.cpp @@ -90,7 +90,7 @@ V7::~V7() {} V8::~V8() {} struct Abstract1 { - virtual ~Abstract1() = default; + virtual ~Abstract1() {} virtual void method() = 0; char c; -- 2.7.4