Skip to content

[CIR] Upstream Exceptions support #154992

@AmrDeveloper

Description

@AmrDeveloper

Overview

Upstream support for Exceptions in ClangIR.

Suggested minimal test case

throw;

throw "Division by zero condition!"

try { } catch (...) {}

Existing incubator tests

  • clang/test/CIR/CodeGen/throw.cpp
  • clang/test/CIR/CodeGen/try-crach.cpp

Metadata

Metadata

Assignees

Labels

ClangIRAnything related to the ClangIR project

Type

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions