================ Comment at: lib/Transforms/Instrumentation/SanitizerCoverage.cpp:104 @@ +103,3 @@ + Type *IntptrTy; + LLVMContext *C; + ---------------- samsonov wrote: > Looks like this can be `LLVMContext&` I can't initialize reference in the CTOR as there is no context available at that time. http://reviews.llvm.org/D6152