================
@@ -53,6 +53,13 @@ struct A {
virtual void f();
};
+// The page size of LoongArch is 16KB, aligned to the memory page size.
+#ifdef __loongarch_lp64
----------------
Ami-zhang wrote:
Done. Thanks!
https://github.com/llvm/llvm-project/pull/67314