diff options
| author | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2016-01-28 20:36:46 +0000 |
|---|---|---|
| committer | Elena Demikhovsky <elena.demikhovsky@intel.com> | 2016-01-28 20:36:46 +0000 |
| commit | 6b52052f330c7547f370143003a8bb8b6b0c3839 (patch) | |
| tree | d0b2081c8b96b0c14263e5ed617a97090dc5140c /llvm/unittests/Support/AlignOfTest.cpp | |
| parent | edf25990a4f4d1b7173b620c6212ddf42e197bd2 (diff) | |
| download | llvm-6b52052f330c7547f370143003a8bb8b6b0c3839.zip llvm-6b52052f330c7547f370143003a8bb8b6b0c3839.tar.gz llvm-6b52052f330c7547f370143003a8bb8b6b0c3839.tar.bz2 | |
Fixed compilation issue.
llvm-svn: 259087
Diffstat (limited to 'llvm/unittests/Support/AlignOfTest.cpp')
| -rw-r--r-- | llvm/unittests/Support/AlignOfTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
