Skip to content

Intermitent bug in CIRGenException.cpp #829

@bcardosolopes

Description

@bcardosolopes

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions