[DebugInfo][MSF] Silence 'not all control paths return a value' warning
authorAlexandre Ganea <aganea@havenstudios.com>
Wed, 15 Mar 2023 18:19:12 +0000 (14:19 -0400)
committerAlexandre Ganea <aganea@havenstudios.com>
Wed, 15 Mar 2023 18:20:18 +0000 (14:20 -0400)
when building with MSVC on Windows

llvm/include/llvm/DebugInfo/MSF/MSFError.h

index 88c823f..0d0a431 100644 (file)
@@ -64,6 +64,7 @@ public:
     case msf_error_code::stream_directory_overflow:
       return true;
     }
+    llvm_unreachable("msf error code not implemented");
   }
 
   static char ID;