[PATCH] SanitizerCoverage: Use `createSanitizerCtor` to create ctor and call init

Alexey Samsonov vonosmas at gmail.com
Fri May 1 12:30:35 PDT 2015


================
Comment at: lib/Transforms/Instrumentation/SanitizerCoverage.cpp:163
@@ -168,3 +162,3 @@
 
   SanCovModuleInit = checkInterfaceFunction(M.getOrInsertFunction(
       kSanCovModuleInitName, Type::getVoidTy(*C), Int32PtrTy, IntptrTy,
----------------
Isn't this function supposed to be created in `createSanitizerCtor`?

http://reviews.llvm.org/D8780

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list