summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-profdata/Inputs/compat.profdata.v4
Commit message (Collapse)AuthorAgeFilesLines
* Add a compatibility testXinliang David Li2016-02-031-0/+0
| | | | llvm-svn: 259632
* [PGO] Revert r255365: solution incomplete, not handling lambda yetXinliang David Li2015-12-111-0/+0
| | | | llvm-svn: 255369
* [PGO] Stop using invalid char in instr variable names.Xinliang David Li2015-12-111-0/+0
Before the patch, -fprofile-instr-generate compile will fail if no integrated-as is specified when the file contains any static functions (the -S output is also invalid). This patch fixed the issue. With the change, the index format version will be bumped up by 1. Backward compatibility is preserved with this change. Differential Revision: http://reviews.llvm.org/D15243 llvm-svn: 255365
OpenPOWER on IntegriCloud