[PATCH] Move asan-coverage into a separate phase.

Kostya Serebryany kcc at google.com
Fri Nov 7 11:55:13 PST 2014


================
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






More information about the llvm-commits mailing list