[PATCH] D32064: [asan] Disable ASan global-GC depending on the target and compiler flags

Evgeniy Stepanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 19 15:46:35 PDT 2017


eugenis added a comment.

The ultimate solution would be a function attribute - if we want this thing to work correctly with LTO. But it sounds a bit like overkill, plus none of the settings it depends on (integrated-as, data-sections) work with LTO anway: the former is ignored and the second does not make sense.


Repository:
  rL LLVM

https://reviews.llvm.org/D32064





More information about the cfe-commits mailing list