summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/coff-fp-section-name.ll
Commit message (Collapse)AuthorAgeFilesLines
* [COFF] Fix section name for constants larger than 64 bits on WindowsFangrui Song2019-08-221-0/+97
APIntToHexString returns wrong value ("0000000000000000ffffffffffffffff") for integer larger than 64 bits, and thus TargetLoweringObjectFileCOFF::getSectionForConstant returns same section name for all numbers larger than 64 bits. This patch tries to fix it. Differential Revision: https://reviews.llvm.org/D66458 Patch by Senran Zhang llvm-svn: 369610
OpenPOWER on IntegriCloud