[PATCH] [compiler-rt] Don't instrument globals from __objc_classname

kledzik at apple.com kledzik at apple.com
Tue Dec 2 17:44:23 PST 2014


Can you just generalize ShouldInstrumentGlobal() to return false for all cstring_literals sections?  The linker is always going to coalesce sections of that type.

http://reviews.llvm.org/D6488






More information about the llvm-commits mailing list