jyknight added a comment.

In http://reviews.llvm.org/D17183#351065, @yaron.keren wrote:

> We have tried to keep one copy of DataLayout around
>  http://reviews.llvm.org/D11103
>  Can it share the Module->getDataLayout() ?


We're at the beginning of clang here, before preprocessing. There's no 
llvm::Module yet, one of those doesn't show up until way later, when the AST is 
ready, and is going to be turned into IR.


http://reviews.llvm.org/D17183



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to