<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in same-name-4.proftext</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f0d3dcec - llvm-profdata] Handle the cases of overlapping input file and output file</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/Inputs/same-name-4.proftext#f0d3dcec</link>
        <description>llvm-profdata] Handle the cases of overlapping input file and output fileCurrently llvm-profdata does not expect the same file name for the input profileand the output profile.&gt;llvm-profdata merge A.profraw B.profraw -o B.profrawThe above command runs successfully but the resulted B.profraw is not correct.This patch fixes the issue by moving the initialization of writer after loadingthe profile.For the show command, the following will report a confusing error of&quot;Empty raw profile file&quot;:&gt;llvm-profdata show B.profraw -o B.profrawIt&apos;s harder to fix as we need to output something before loading the input profile.I don&apos;t think that a fix for this is worth the effort. I just make the error explicit forthe show command.Differential Revision: https://reviews.llvm.org/D64360llvm-svn: 365386

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/Inputs/same-name-4.proftext</description>
        <pubDate>Mon, 08 Jul 2019 21:03:12 +0000</pubDate>
        <dc:creator>Rong Xu &lt;xur@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
