[clang] [clang][CodeGen] Switch declaration of vtable information to be [0 x ptr] (PR #65596)
Nuno Lopes via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 8 11:23:49 PDT 2023
================
@@ -14,8 +14,8 @@ class B : A {
// NO-AS: @_ZTISt9type_info = external constant ptr
// AS: @_ZTIi = external addrspace(1) constant ptr addrspace(1)
// NO-AS: @_ZTIi = external constant ptr
-// AS: @_ZTVN10__cxxabiv117__class_type_infoE = external addrspace(1) global ptr addrspace(1)
-// NO-AS: @_ZTVN10__cxxabiv117__class_type_infoE = external global ptr
+// AS: @_ZTVN10__cxxabiv117__class_type_infoE = external addrspace(1) global [0 x ptr]
----------------
nunoplopes wrote:
ok, changed!
https://github.com/llvm/llvm-project/pull/65596
More information about the cfe-commits
mailing list