[PATCH] D31358: [asan] Put ctor/dtor in comdat.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 15:39:36 PDT 2017


pcc added a comment.

If you put the constructor in a comdat, will it be preserved on Windows? I believe that the COFF equivalent of .init_array is not treated as a GC root by the linker.


Repository:
  rL LLVM

https://reviews.llvm.org/D31358





More information about the llvm-commits mailing list