<?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 debug-source.s</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f69316c6 - [DWARFv5] llvm-mc -dwarf-version does not imply -g.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s#f69316c6</link>
        <description>[DWARFv5] llvm-mc -dwarf-version does not imply -g.Don&apos;t provide the assembler source as the &quot;root file&quot; unless the userasked to have debug info for the assembler source (with -g).If the source doesn&apos;t provide an explicit &quot;.file 0&quot; then (a) use thecompilation directory as directory #0, and (b) use the file #1 infofor file #0 also.Differential Revision: https://reviews.llvm.org/D48055llvm-svn: 334512

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s</description>
        <pubDate>Tue, 12 Jun 2018 16:09:03 +0000</pubDate>
        <dc:creator>Paul Robinson &lt;paul.robinson@sony.com&gt;</dc:creator>
    </item>
<item>
        <title>b271f31d - Reapply &quot;[DWARFv5] Emit file 0 to the line table.&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s#b271f31d</link>
        <description>Reapply &quot;[DWARFv5] Emit file 0 to the line table.&quot;DWARF v5 specifies that the root file (also given in the DW_AT_nameattribute of the compilation unit DIE) should be emitted explicitly tothe line table&apos;s list of files.  This makes the line table moreindependent of the .debug_info section.We emit the new syntax only for DWARF v5 and later.Fixes the bug found by asan. Also XFAIL the new test for Darwin, whichis stuck on DWARF v2, and fix up other tests so they stop failing onWindows.  Last but not least, don&apos;t break &quot;clang -g&quot; of an assemblerfile that has .file directives in it.Differential Revision: https://reviews.llvm.org/D44054llvm-svn: 328805

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s</description>
        <pubDate>Thu, 29 Mar 2018 17:16:41 +0000</pubDate>
        <dc:creator>Paul Robinson &lt;paul.robinson@sony.com&gt;</dc:creator>
    </item>
<item>
        <title>202f8094 - Revert &quot;Reapply &quot;[DWARFv5] Emit file 0 to the line table.&quot;&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s#202f8094</link>
        <description>Revert &quot;Reapply &quot;[DWARFv5] Emit file 0 to the line table.&quot;&quot;This reverts commit r328676.Commit r328676 broke the -no-integrated-as flag necessary to build Linux kernel with Clang:$ cat t.cvoid foo() {}$ clang -no-integrated-as   -c  t.c -g/tmp/t-dcdec5.s: Assembler messages:/tmp/t-dcdec5.s:8: Error: file number less than oneclang-7.0: error: assembler command failed with exit code 1 (use -v to see invocation)llvm-svn: 328699

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s</description>
        <pubDate>Wed, 28 Mar 2018 12:36:46 +0000</pubDate>
        <dc:creator>Alexander Potapenko &lt;glider@google.com&gt;</dc:creator>
    </item>
<item>
        <title>07480bd1 - Reapply &quot;[DWARFv5] Emit file 0 to the line table.&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s#07480bd1</link>
        <description>Reapply &quot;[DWARFv5] Emit file 0 to the line table.&quot;DWARF v5 specifies that the root file (also given in the DW_AT_nameattribute of the compilation unit DIE) should be emitted explicitly tothe line table&apos;s list of files.  This makes the line table moreindependent of the .debug_info section.Fixes the bug found by asan. Also XFAIL the new test for Darwin, whichis stuck on DWARF v2, and fix up other tests so they stop failing onWindows.  Last but not least, don&apos;t break &quot;clang -g&quot; of an assemblerfile that has .file directives in it.Differential Revision: https://reviews.llvm.org/D44054llvm-svn: 328676

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s</description>
        <pubDate>Tue, 27 Mar 2018 22:40:34 +0000</pubDate>
        <dc:creator>Paul Robinson &lt;paul.robinson@sony.com&gt;</dc:creator>
    </item>
<item>
        <title>e12a48bc - Revert &quot;Reapply &quot;[DWARFv5] Emit file 0 to the line table.&quot;&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s#e12a48bc</link>
        <description>Revert &quot;Reapply &quot;[DWARFv5] Emit file 0 to the line table.&quot;&quot;This reverts commit r326839.r326839 breaks assembly file parsing:$ cat q.cvoid g() {}$ clang -S q.c -g$ clang -g -c q.sq.s:9:2: error: file number already allocated     .file   1 &quot;/tmp/test&quot; &quot;q.c&quot;     ^llvm-svn: 326902

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s</description>
        <pubDate>Wed, 07 Mar 2018 16:27:44 +0000</pubDate>
        <dc:creator>Alexander Kornienko &lt;alexfh@google.com&gt;</dc:creator>
    </item>
<item>
        <title>4428e90e - Reapply &quot;[DWARFv5] Emit file 0 to the line table.&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s#4428e90e</link>
        <description>Reapply &quot;[DWARFv5] Emit file 0 to the line table.&quot;Fixes the bug found by asan. Also XFAIL the new test for Darwin,which is stuck on DWARF v2, and fix up other tests so they stopfailing on Windows.llvm-svn: 326839

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s</description>
        <pubDate>Tue, 06 Mar 2018 22:37:45 +0000</pubDate>
        <dc:creator>Paul Robinson &lt;paul.robinson@sony.com&gt;</dc:creator>
    </item>
<item>
        <title>732e443b - Revert &quot;[DWARFv5] Emit file 0 to the line table.&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s#732e443b</link>
        <description>Revert &quot;[DWARFv5] Emit file 0 to the line table.&quot;Caused an asan failure.This reverts commit d54883f081186cdcce74e6f98cfc0438579ec019.aka r326758llvm-svn: 326762

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s</description>
        <pubDate>Tue, 06 Mar 2018 03:15:21 +0000</pubDate>
        <dc:creator>Paul Robinson &lt;paul.robinson@sony.com&gt;</dc:creator>
    </item>
<item>
        <title>d5069ba3 - [DWARFv5] Emit file 0 to the line table.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s#d5069ba3</link>
        <description>[DWARFv5] Emit file 0 to the line table.DWARF v5 specifies that the root file (also given in the DW_AT_nameattribute of the compilation unit DIE) should be emitted explicitly tothe line table&apos;s list of files.  This makes the line table moreindependent of the .debug_info section.Differential Revision: https://reviews.llvm.org/D44054llvm-svn: 326758

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s</description>
        <pubDate>Tue, 06 Mar 2018 01:59:56 +0000</pubDate>
        <dc:creator>Paul Robinson &lt;paul.robinson@sony.com&gt;</dc:creator>
    </item>
<item>
        <title>c16b975a - [DebugInfo] Add remaining files to r325970</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s#c16b975a</link>
        <description>[DebugInfo] Add remaining files to r325970Add files which I missed in the original check-inllvm-svn: 325973

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/ELF/debug-source.s</description>
        <pubDate>Fri, 23 Feb 2018 23:13:18 +0000</pubDate>
        <dc:creator>Scott Linder &lt;scott@scottlinder.com&gt;</dc:creator>
    </item>
</channel>
</rss>
