[PATCH] D14171: [ELF2] merge-string.s test fixed for win32 configuraton.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 29 07:29:30 PDT 2015


ruiu added a comment.

I don't think that's the design flaw of StringTableBuilder. StringTableBuilder creates a string table in memory, so naturally it cannot create a table that's larger than the virtual memory space. Thus size_t is the appropriate type.


http://reviews.llvm.org/D14171





More information about the llvm-commits mailing list