Skip to content

Jit currently doesn't compile #32926

@benaadams

Description

@benaadams

I assume a cross merge issue.

There is now no parameterless .Print() method

m_StartEmitLocation.Print();
printf(", ");
if (m_EndEmitLocation.Valid())
{
m_EndEmitLocation.Print();
}

/Users/runner/runners/2.165.0/work/1/s/src/coreclr/src/jit/codegencommon.cpp:11307:31:
 error: too few arguments to function call, single argument 'compMethodID' was not specified
    m_StartEmitLocation.Print();
    ~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/Users/runner/runners/2.165.0/work/1/s/src/coreclr/src/jit/emit.h:197:5:
 note: 'Print' declared here
    void Print(LONG compMethodID) const;
    ^
/Users/runner/runners/2.165.0/work/1/s/src/coreclr/src/jit/codegencommon.cpp:11311:33:
 error: too few arguments to function call, single argument 'compMethodID' was not specified
        m_EndEmitLocation.Print();
        ~~~~~~~~~~~~~~~~~~~~~~~ ^
/Users/runner/runners/2.165.0/work/1/s/src/coreclr/src/jit/emit.h:197:5:
 note: 'Print' declared here
    void Print(LONG compMethodID) const;
    ^
2 errors generated.

As seen in #32538 and #32923

Metadata

Metadata

Assignees

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions