zaks.anna added a comment. LGTM > AddressSanitizer.cpp:1516 > + if (Seq->isCString()) > + NewGlobal->setSection("__TEXT,__asan_cstring,regular"); > + Should this have SectionKind::getReadOnly()? https://reviews.llvm.org/D25026