[PATCH] D21351: [esan|cfrag] Minor cfrag report adjustment

Derek Bruening via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 20:27:55 PDT 2016


bruening added inline comments.

================
Comment at: lib/esan/cache_frag.cpp:102
@@ -98,3 +101,3 @@
            Struct->FieldOffsets[i], Struct->FieldCounters[i],
-           Struct->FieldTypeNames[i]);
+           512/*type print limit*/, Struct->FieldTypeNames[i]);
   }
----------------
Please make this a named constant


http://reviews.llvm.org/D21351





More information about the llvm-commits mailing list