Skip to content

Variable argument handling is incorrect #14

@dibyendumajumdar

Description

@dibyendumajumdar

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions