SIGTRAP with custom target #92362
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
requires-nightly
This issue requires a nightly compiler in some way.
Compiler crashes with SIGTRAP (probably somewhere in LLVM) when building no_std crate that uses custom target specification based on built-in
x86_64-unknown-none
with-sse2
changed to+sse2
.Simple reproduction:
Reproducing without using repo
I've expected successful compilation (or any more meaningful error message).
Instead, when
compiler_builtins
are compiling, following error occurs:Meta
rustc --version --verbose
:GDB backtrace
@rustbot label +requires-nightly +I-crash
The text was updated successfully, but these errors were encountered: