diff options
-rw-r--r-- | lib/Support/Unix/Path.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/Unix/Path.inc b/lib/Support/Unix/Path.inc index 8a94b93..1cbdbf5 100644 --- a/lib/Support/Unix/Path.inc +++ b/lib/Support/Unix/Path.inc @@ -178,6 +178,7 @@ retry_random_path: return error_code::success(); } } + llvm_unreachable("Invalid Type"); } namespace llvm { |