aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_backend.hpp
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2026-01-15 17:52:36 +0000
committergingerBill <gingerBill@users.noreply.github.com>2026-01-15 17:52:36 +0000
commit59ae82634ed69b019a8965d1120dd8c7c5a7a605 (patch)
tree48b83381b47c4ae73dd5e87d1a3c71629cf176e9 /src/llvm_backend.hpp
parentb3f4807b2d11d9e3f18279dcb51ffc1ec031abbc (diff)
Add `preserve/most` and `preserve/all`bill/must-tail
Diffstat (limited to 'src/llvm_backend.hpp')
-rw-r--r--src/llvm_backend.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/llvm_backend.hpp b/src/llvm_backend.hpp
index 884b87998..e10471527 100644
--- a/src/llvm_backend.hpp
+++ b/src/llvm_backend.hpp
@@ -726,6 +726,8 @@ lbCallingConventionKind const lb_calling_convention_map[ProcCC_MAX] = {
lbCallingConvention_X86_64_SysV, // ProcCC_SysV,
lbCallingConvention_PreserveNone, // ProcCC_PreserveNone,
+ lbCallingConvention_PreserveMost, // ProcCC_PreserveMost,
+ lbCallingConvention_PreserveAll, // ProcCC_PreserveAll,
};