-
Notifications
You must be signed in to change notification settings - Fork 182
Closed
Description
Lots of testing jobs are failing with this error when running CIR/CodeGen/global-new.cpp:
NYI
UNREACHABLE executed at /__w/clangir/clangir/clang/lib/CIR/CodeGen/CIRGenException.cpp:842!
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
I haven't been able to repro yet, but looks like it's due to some uninitialized data or missing target dependency, given that we have the targets in question do not use funclets:
if (Personality.usesFuncletPads()) {
// We don't need separate landing pads in the funclet model.
llvm_unreachable("NYI");
}
Metadata
Metadata
Assignees
Labels
No labels