Explorar o código

* also collect the llvm type info from the initialisation data of typed
constants

git-svn-id: trunk@30782 -

Jonas Maebe %!s(int64=10) %!d(string=hai) anos
pai
achega
8f1fb60f61
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      compiler/llvm/llvmtype.pas

+ 1 - 0
compiler/llvm/llvmtype.pas

@@ -199,6 +199,7 @@ implementation
             begin
               appenddef(deftypelist,taillvmdecl(p).def);
               record_asmsym_def(taillvmdecl(p).namesym,taillvmdecl(p).def);
+              collect_asmlist_info(deftypelist,taillvmdecl(p).initdata);
             end;
           ait_llvmins:
             collect_llvmins_info(deftypelist,taillvm(p));