Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.
This repository was archived by the owner on Apr 11, 2022. It is now read-only.

LLVM error: EmitRawText called on an MCStreamer that doesn't support it, something must not be fully mc'ized #2

Closed
@lexxvir

Description

@lexxvir

Hi,

I encountered to LLVM fatal error when try to use alloc crate (along with GlobalAlloc) in Rust:
"EmitRawText called on an MCStreamer that doesn't support it, something must not be fully mc'ized"

It seems that somebody (Rust compiler?) try to emit object code by somehow reason, but because Espressif's llvm branch can't do it, LLVM aborts compilation.

What do you think?
If you have any thought how to workaround this issue I'd like to check it.

This code reproduce issue:
lexxvir@d3edbed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions