You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Varargs in LLVM is handled through a group of LLVM intrinsics, and one instruction, the va_arg instruction. We need to model variable arguments, probably by making the argument a map of offsets to values.