lld/lib/Core/Error.cpp: Appease g++-4.7, corresponding to LLVM r210687.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 17 Oct 2014 12:55:49 +0000 (12:55 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 17 Oct 2014 12:55:49 +0000 (12:55 +0000)
llvm-svn: 220039

lld/lib/Core/Error.cpp

index c336964..a76e33b 100644 (file)
@@ -160,6 +160,8 @@ namespace lld {
 /// other than error_code.
 class dynamic_error_category : public std::error_category {
 public:
+  ~dynamic_error_category() LLVM_NOEXCEPT {}
+
   const char *name() const LLVM_NOEXCEPT override {
     return "lld.dynamic_error";
   }