[clang] [CIR] Upstream RTTI Builder & RTTI for VTable Definitions (PR #160002)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 25 09:55:29 PDT 2025
================
@@ -0,0 +1,503 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s -o %t.cir
----------------
andykaylor wrote:
You can do that in the same file with different RUN lines. That would also let you share the checks that are the same, which would make it much easier to review the RTTI-specific changes.
https://github.com/llvm/llvm-project/pull/160002
More information about the cfe-commits
mailing list