Closed
Description
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
Labels
No labels