Skip to content

Interpreter does not support the vaarg instruction #471

@llvmbot

Description

@llvmbot
Bugzilla Link 99
Resolution FIXED
Resolved on Feb 22, 2010 12:45
Version trunk
OS All
Reporter LLVM Bugzilla Contributor
CC @lattner

Extended Description

%tmp.10 = vaarg sbyte* %ap.0, sbyte* ; <sbyte*> [#uses=1]
lli: Interpreter.h:135: void Interpreter::visitInstruction(Instruction&):
Assertion `0 && "Instruction not interpretable yet!"' failed.

The interpreter should support the 'vaarg' instruction, and it currently does
not. I get the above assertion failure when testing 2003-05-07-VarArgs with lli.

Metadata

Metadata

Assignees

No one assigned

    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