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