Skip to content

Undefined reference to `.L' #2

Closed
@lexxvir

Description

@lexxvir

Hi,

Rust compiler with xtensa back-end produces ELF file with undefined reference `.L'.

It disappears if I add -C save-temps flag to rustc invocation. That flag forces rustc to don't remove intermediate files (LLVM bytecode, assembler and object files) during compilation.

Could you please look on it?
Is this because llvm-xtensa currently don't support object file generation or it is separate issue?

Thanks in advance

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