================
@@ -20,6 +20,10 @@
 
 #include "clang/CIR/Interfaces/CIRTypeInterfaces.h"
 
+namespace cir {
+inline constexpr uint32_t DefaultGlobalCtorDtorPriority = 65535;
----------------
bcardosolopes wrote:

I don't think we need this: (a) it's not used in this PR and (b) can be done in 
tablegen level by assigning a default value for priorities.

https://github.com/llvm/llvm-project/pull/161452
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to