Open dibyendumajumdar opened 7 years ago
Variable argument handling requires special LLVM instructions to be generated as described in:
http://llvm.org/docs/LangRef.html#int-varargs
However, sparse doesn't output special instructions for va_arg - instead it relies on macros that do not really work.
Variable argument handling requires special LLVM instructions to be generated as described in:
http://llvm.org/docs/LangRef.html#int-varargs
However, sparse doesn't output special instructions for va_arg - instead it relies on macros that do not really work.