================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
