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

Evgeniy Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 17:59:05 PDT 2017


eugenis marked an inline comment as done.
eugenis added inline comments.


================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:1784
 
   auto &DL = M.getDataLayout();
 
----------------
pcc wrote:
> You could just set `*CtorComdat` to false here instead of the above.
I don't want this function to rely on the previous value of *CtorComdat.


Repository:
  rL LLVM

https://reviews.llvm.org/D31358





More information about the llvm-commits mailing list