aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Errc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/Errc.h')
-rw-r--r--include/llvm/Support/Errc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/Errc.h b/include/llvm/Support/Errc.h
index 80bfe2ac2ee5..dce42782a0d3 100644
--- a/include/llvm/Support/Errc.h
+++ b/include/llvm/Support/Errc.h
@@ -63,6 +63,7 @@ enum class errc {
no_such_process = int(std::errc::no_such_process),
not_a_directory = int(std::errc::not_a_directory),
not_enough_memory = int(std::errc::not_enough_memory),
+ not_supported = int(std::errc::not_supported),
operation_not_permitted = int(std::errc::operation_not_permitted),
permission_denied = int(std::errc::permission_denied),
read_only_file_system = int(std::errc::read_only_file_system),