Skip to content

How should we handle va_arg? #862

Open
@ChuanqiXu9

Description

@ChuanqiXu9

I noticed both #573 and #95 mentioned that va_arg is not implemented due to it is ABI specific. But it looks like the Itanium C++ ABI (https://itanium-cxx-abi.github.io/cxx-abi/abi.html) didn't mention how to implement va_arg. Can't we lower it to https://llvm.org/docs/LangRef.html#va-arg-instruction directly?

CC: @bcardosolopes @ghehg @sitio-couto

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions