================ @@ -0,0 +1,121 @@ +// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fclangir -emit-cir %s -o - | FileCheck %s --check-prefixes=CIR ---------------- andykaylor wrote:
It might be worth adding checks before lowering prepare is run, to verify the ctor region is created where expected (as is done in `global-ctor-dtor.cpp`). https://github.com/llvm/llvm-project/pull/182608 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
