[clang] [CIR] Upstream RTTI Builder & RTTI for VTable Definitions (PR #160002)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 26 09:20:06 PDT 2025
=?utf-8?q?“Amr?= <amr96 at programmer.net>,
=?utf-8?q?“Amr?= <amr96 at programmer.net>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/160002 at github.com>
================
@@ -5,6 +5,13 @@
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fno-rtti -emit-llvm %s -o %t.ll
// RUN: FileCheck --check-prefix=OGCG --input-file=%t.ll %s
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s -o %t.cir
+// RUN: FileCheck --check-prefix=CIR-RTTI --input-file=%t.cir %s
----------------
AmrDeveloper wrote:
I will update it, thanks
https://github.com/llvm/llvm-project/pull/160002
More information about the cfe-commits
mailing list