[PATCH] D29354: SanitizerCoverage: Support sanitizer guard section on darwin
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 31 15:39:28 PST 2017
kcc added inline comments.
================
Comment at: lib/Transforms/Instrumentation/SanitizerCoverage.cpp:141
+#define GET_SANCOV_TRACE_PC_GUARD_SECTION_NAME(Prefix) Prefix "__sancov_guards"
+static StringRef getSanCovTracePCGuardSection(const Module &M) {
----------------
no macros please.
https://reviews.llvm.org/D29354
More information about the llvm-commits
mailing list