mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-18 07:31:21 +00:00

It had a weird artificial limitation on the write side: the comdat name couldn't be bigger than 2**16. However, the reader had no such limitation. Make the reader and the writer agree. llvm-svn: 263377