[PATCH] MC: Support larger COFF string tables
Chandler Carruth
chandlerc at google.com
Mon Jul 29 16:38:58 PDT 2013
On Wed, Jul 24, 2013 at 1:00 AM, Jay Foad <jay.foad at gmail.com> wrote:
> if (StringTableEntry < 1e6) {
> ...
> } else if (StringTableEntry < 1e7) {
>
Please don't use this pattern. These are floating point numbers rather than
integers.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130729/431c2433/attachment.html>
More information about the llvm-commits
mailing list