Documentation/Implementation mismatch wchar_size/enum_size

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 11:10:47 PDT 2017


Hello,

I am looking into r211349 / "Emit the ARM build attributes ABI_PCS_wchar_t and ABI_enum_size." as I plan to use information as part of https://reviews.llvm.org/D32839 <https://reviews.llvm.org/D32839>

- The documentation does not match the implementation. Could you update/fix that?
- If I add some verification for wchar_size is the allowed range of values 0, 2, 4? (or 2/4 like the assert() in lib/Target/ARM/ARMAsmPrinter.cpp)?


- Matthias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170508/dad6508b/attachment.html>


More information about the llvm-commits mailing list