[PATCH] D21079: [esan|cfrag] Disable load/store/memintrinsic instrumentation
Mike Aizatsky via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 7 13:53:45 PDT 2016
aizatsky requested changes to this revision.
This revision now requires changes to proceed.
================
Comment at: lib/Transforms/Instrumentation/EfficiencySanitizer.cpp:129
@@ +128,3 @@
+ if (Options.ToolType == EfficiencySanitizerOptions::ESAN_CacheFrag) {
+ ClInstrumentLoadsAndStores = false;
+ ClInstrumentMemIntrinsics = false;
----------------
Make this part of Options. Do not change flag values please.
http://reviews.llvm.org/D21079
More information about the llvm-commits
mailing list