[PATCH] D32982: CodeGenModule: Always output wchar_size; check LLVM assumptions.
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 8 17:14:41 PDT 2017
MatzeB added a comment.
In https://reviews.llvm.org/D32982#749215, @rnk wrote:
> This seems like the kind of thing we would normally express in DataLayout.
As far as I can tell DataLayout is designed to talk about llvm types (`llvm::Type`), talking about types/typedefs at the source language level seems out of scope.
Repository:
rL LLVM
https://reviews.llvm.org/D32982
More information about the llvm-commits
mailing list