[PATCH] D20541: [esan|cfrag] Create the cfrag variable for the runtime

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


aizatsky added a comment.

> Do you want me to have a general GV layout for different Tool?


No, I don't think you need a general layout. But you can have a base struct with ToolType at least. This way you'll guarantee that ToolType would always be a first field => no confusion would happened.

Optional though.


http://reviews.llvm.org/D20541





More information about the llvm-commits mailing list