From 31eb748944903b7f4f38afda9851951ca9dfc1ae Mon Sep 17 00:00:00 2001 From: patrick Date: Wed, 4 Oct 2017 20:27:34 +0000 Subject: Import LLVM 5.0.0 release including clang, lld and lldb. --- gnu/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp') diff --git a/gnu/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp b/gnu/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp index 55c10c076ee..8de266b836b 100644 --- a/gnu/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp +++ b/gnu/llvm/lib/DebugInfo/CodeView/CodeViewError.cpp @@ -31,6 +31,8 @@ public: "bytes."; case cv_error_code::corrupt_record: return "The CodeView record is corrupted."; + case cv_error_code::no_records: + return "There are no records"; case cv_error_code::operation_unsupported: return "The requested operation is not supported."; case cv_error_code::unknown_member_record: -- cgit v1.2.3-59-g8ed1b