diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2020-06-28 07:43:43 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2020-06-28 07:43:43 +0000 |
commit | 62cfcf62f627e5093fb37026a6d8c98e4d2ef04c (patch) | |
tree | 255bbf35b9a2ddd5592f4bff3103342728645ee3 /contrib/llvm-project/llvm/tools/llvm-dwp/DWPError.cpp | |
parent | 016bac89db9ce584b0a5980b119c35b9825ab0f8 (diff) | |
parent | dbb6490749e2bb2a514a8a305b8fadc3495183e6 (diff) |
Notes
Diffstat (limited to 'contrib/llvm-project/llvm/tools/llvm-dwp/DWPError.cpp')
-rw-r--r-- | contrib/llvm-project/llvm/tools/llvm-dwp/DWPError.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/llvm-project/llvm/tools/llvm-dwp/DWPError.cpp b/contrib/llvm-project/llvm/tools/llvm-dwp/DWPError.cpp new file mode 100644 index 000000000000..21d53ed6d198 --- /dev/null +++ b/contrib/llvm-project/llvm/tools/llvm-dwp/DWPError.cpp @@ -0,0 +1,3 @@ +#include "DWPError.h" +using namespace llvm; +char DWPError::ID; |