[PATCH] D20542: [esan|cfrag] Handle the cfrag variable passed to the runtime

Mike Aizatsky via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 15:04:07 PDT 2016


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

================
Comment at: lib/esan/cache_frag.cpp:21
@@ +20,3 @@
+// The tool-specific information per compilation unit (module).
+struct CacheFragTy {
+  ToolType WhichTool;
----------------
aizatsky wrote:
> Again, the same question as for D20541 - is there a reason to have this specialized rather than shared for all tools?
> 
> Tool & UnitName seem to be generic enough.
I saw following CLs and I've got my answers: different tools will have different structures.


http://reviews.llvm.org/D20542





More information about the llvm-commits mailing list