<?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 source-interleave-invalid-source.test</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>71e2ca6e - [llvm-objdump] -d: print `00000000 &lt;foo&gt;:` instead of `00000000 foo:`</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/source-interleave-invalid-source.test#71e2ca6e</link>
        <description>[llvm-objdump] -d: print `00000000 &lt;foo&gt;:` instead of `00000000 foo:`The new behavior matches GNU objdump. A pair of angle brackets makes tests slightly easier.`.foo:` is not unique and thus cannot be used in a `CHECK-LABEL:` directive.Without `-LABEL`, the CHECK line can match the `Disassembly of section`line and causes the next `CHECK-NEXT:` to fail.```Disassembly of section .foo:0000000000001634 .foo:```Bdragon: &lt;&gt; has metalinguistic connotation. it just &quot;feels right&quot;Reviewed By: rupprechtDifferential Revision: https://reviews.llvm.org/D75713

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/source-interleave-invalid-source.test</description>
        <pubDate>Thu, 05 Mar 2020 22:18:38 +0000</pubDate>
        <dc:creator>Fangrui Song &lt;maskray@google.com&gt;</dc:creator>
    </item>
<item>
        <title>f0f38d9b - [llvm-objdump] - Cleanup the error reporting.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/source-interleave-invalid-source.test#f0f38d9b</link>
        <description>[llvm-objdump] - Cleanup the error reporting.The error reporting function are not consistent.Before this change:* They had inconsistent naming (e.g. &apos;error&apos; vs &apos;report_error&apos;).* Some of them reported the object name, others - dont.* Some of them accepted the case when there was no error. (i.e. error code or Error had a success value).This patch tries to cleanup it a bit.It also renames report_error -&gt; reportError, report_warning -&gt; reportWarningand removes a full stop from messages.Differential revision: https://reviews.llvm.org/D66418llvm-svn: 369515

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/source-interleave-invalid-source.test</description>
        <pubDate>Wed, 21 Aug 2019 11:07:31 +0000</pubDate>
        <dc:creator>George Rimar &lt;grimar@accesssoftek.com&gt;</dc:creator>
    </item>
<item>
        <title>9abf668c - [llvm-objdump] Add warning messages if disassembly + source for problematic inputs</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/source-interleave-invalid-source.test#9abf668c</link>
        <description>[llvm-objdump] Add warning messages if disassembly + source for problematic inputsSummary: Addresses https://bugs.llvm.org/show_bug.cgi?id=41905Reviewers: jhenderson, rupprecht, grimarReviewed By: jhenderson, grimarSubscribers: RKSimon, MaskRay, hiraditya, llvm-commitsTags: #llvmDifferential Revision: https://reviews.llvm.org/D62462llvm-svn: 368963

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/source-interleave-invalid-source.test</description>
        <pubDate>Thu, 15 Aug 2019 05:15:22 +0000</pubDate>
        <dc:creator>Michael Pozulp &lt;pozulp.llvm@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3046ef5c - Revert &quot;[llvm-objdump] Re-commit r367284.&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/source-interleave-invalid-source.test#3046ef5c</link>
        <description>Revert &quot;[llvm-objdump] Re-commit r367284.&quot;This reverts r367776 (git commit d34099926e909390cb0254bebb4b7f5cf15467c7).My changes to llvm-objdump tests caused them to fail on windows:http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/27368llvm-svn: 367816

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/source-interleave-invalid-source.test</description>
        <pubDate>Mon, 05 Aug 2019 08:52:28 +0000</pubDate>
        <dc:creator>Michael Pozulp &lt;pozulp.llvm@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d3409992 - [llvm-objdump] Re-commit r367284.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/source-interleave-invalid-source.test#d3409992</link>
        <description>[llvm-objdump] Re-commit r367284.Add warning messages if disassembly + source for problematic inputsSummary: Addresses https://bugs.llvm.org/show_bug.cgi?id=41905Reviewers: jhenderson, rupprecht, grimarReviewed By: jhenderson, grimarSubscribers: hiraditya, llvm-commitsTags: #llvmDifferential Revision: https://reviews.llvm.org/D62462llvm-svn: 367776

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/source-interleave-invalid-source.test</description>
        <pubDate>Sun, 04 Aug 2019 06:04:00 +0000</pubDate>
        <dc:creator>Michael Pozulp &lt;pozulp.llvm@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>074db9b8 - Revert &quot;[llvm-objdump] Add warning messages if disassembly + source for problematic inputs&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/source-interleave-invalid-source.test#074db9b8</link>
        <description>Revert &quot;[llvm-objdump] Add warning messages if disassembly + source for problematic inputs&quot;This reverts r367284 (git commit b1cbe51bdf44098c74f5c74b7bcd8c041a7c6772).My changes to LLVMSymbolizer caused a test to fail:http://lab.llvm.org:8011/builders/clang-ppc64be-linux-lnt/builds/29488llvm-svn: 367286

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/source-interleave-invalid-source.test</description>
        <pubDate>Tue, 30 Jul 2019 07:05:27 +0000</pubDate>
        <dc:creator>Michael Pozulp &lt;pozulp.llvm@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b1cbe51b - [llvm-objdump] Add warning messages if disassembly + source for problematic inputs</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/source-interleave-invalid-source.test#b1cbe51b</link>
        <description>[llvm-objdump] Add warning messages if disassembly + source for problematic inputsSummary: Addresses https://bugs.llvm.org/show_bug.cgi?id=41905Reviewers: jhenderson, rupprecht, grimarReviewed By: jhenderson, grimarSubscribers: hiraditya, llvm-commitsTags: #llvmDifferential Revision: https://reviews.llvm.org/D62462llvm-svn: 367284

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/source-interleave-invalid-source.test</description>
        <pubDate>Tue, 30 Jul 2019 05:28:26 +0000</pubDate>
        <dc:creator>Michael Pozulp &lt;pozulp.llvm@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e51b9e42 - [llvm-objdump][test] Improve testing of some switches #2</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/source-interleave-invalid-source.test#e51b9e42</link>
        <description>[llvm-objdump][test] Improve testing of some switches #2This patch focuses on adding additional testing for the --source switch.For reference, the source-interleave-x86_64.ll test file has been splitinto two parts - the input (shared with the other tests) and the testitself.Reviewed by: MaskRay, rupprecht, grimarDifferential Revision: https://reviews.llvm.org/D61996llvm-svn: 361479

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/source-interleave-invalid-source.test</description>
        <pubDate>Thu, 23 May 2019 10:17:10 +0000</pubDate>
        <dc:creator>James Henderson &lt;jh7370@my.bristol.ac.uk&gt;</dc:creator>
    </item>
</channel>
</rss>
