diff options
Diffstat (limited to 'llvm/lib/DWP/DWPError.cpp')
| -rw-r--r-- | llvm/lib/DWP/DWPError.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/DWP/DWPError.cpp b/llvm/lib/DWP/DWPError.cpp new file mode 100644 index 000000000000..55ef46e22d46 --- /dev/null +++ b/llvm/lib/DWP/DWPError.cpp @@ -0,0 +1,3 @@ +#include "llvm/DWP/DWPError.h" +using namespace llvm; +char DWPError::ID; |
