[PATCH] D47841: [asan] Instrument comdat globals on COFF targets

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 6 12:12:14 PDT 2018


pcc added a comment.

> there is no reason that we cannot also do this for ELF.

I thought we were already using `!associated` (which translates into `SHF_LINK_ORDER`) on ELF?


https://reviews.llvm.org/D47841





More information about the llvm-commits mailing list