[PATCH] D22020: [esan|cfrag] Handle binaries built with -esan-small-binary

Mike Aizatsky via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 14:15:13 PDT 2016


aizatsky accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: lib/esan/cache_frag.cpp:36
@@ -35,2 +35,3 @@
   u64 *ArrayCounter;
+  bool hasAuxFieldInfo() { return FieldOffset != nullptr; }
 };
----------------
const


http://reviews.llvm.org/D22020





More information about the llvm-commits mailing list