summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-dwp/DWPError.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-06-27 18:34:17 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-06-27 18:34:17 +0000
commitdbb6490749e2bb2a514a8a305b8fadc3495183e6 (patch)
treedd42cfd6d9813d5640a01083bdc0eedcb3f862c2 /llvm/tools/llvm-dwp/DWPError.cpp
parent483b61a50e7423b063fc26985325f594560b3f7e (diff)
Notes
Diffstat (limited to 'llvm/tools/llvm-dwp/DWPError.cpp')
-rw-r--r--llvm/tools/llvm-dwp/DWPError.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/tools/llvm-dwp/DWPError.cpp b/llvm/tools/llvm-dwp/DWPError.cpp
new file mode 100644
index 000000000000..21d53ed6d198
--- /dev/null
+++ b/llvm/tools/llvm-dwp/DWPError.cpp
@@ -0,0 +1,3 @@
+#include "DWPError.h"
+using namespace llvm;
+char DWPError::ID;