<?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 darwin-complex-difference.s</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b36a3e61 - [llvm-readobj] Update tests because of changes in llvm-readobj behavior</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/MachO/darwin-complex-difference.s#b36a3e61</link>
        <description>[llvm-readobj] Update tests because of changes in llvm-readobj behaviorThis patch updates tests using llvm-readobj and llvm-readelf, becausesoon reading from stdin will be achievable only via a &apos;-&apos; as describedhere: https://bugs.llvm.org/show_bug.cgi?id=46400. Patch with changes tollvm-readobj behavior is here: https://reviews.llvm.org/D83704Differential Revision: https://reviews.llvm.org/D83912Reviewed by: jhenderson, MaskRay, grimar

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/MachO/darwin-complex-difference.s</description>
        <pubDate>Mon, 20 Jul 2020 07:39:14 +0000</pubDate>
        <dc:creator>Elvina Yakubova &lt;elvina.yakubova@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>0a3b1b26 - [llvm-readobj][MachO] Fix section type printing</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/MachO/darwin-complex-difference.s#0a3b1b26</link>
        <description>[llvm-readobj][MachO] Fix section type printingSummary:Currently, llvm-readobj mistakenly decodes section type as section attribute.This patch fixes the bug and affected tests.Reviewers: JDevlieghere, jhenderson, rupprecht, alexshap, echristoReviewed By: jhenderson, rupprecht, alexshap, echristoSubscribers: javed.absar, rupprecht, llvm-commitsTags: #llvmDifferential Revision: https://reviews.llvm.org/D66075llvm-svn: 368974

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/MachO/darwin-complex-difference.s</description>
        <pubDate>Thu, 15 Aug 2019 07:22:04 +0000</pubDate>
        <dc:creator>Seiya Nuta &lt;nuta@seiya.me&gt;</dc:creator>
    </item>
<item>
        <title>6afcdcf9 - [llvm-readobj] Change -t to --symbols in tests. NFC</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/MachO/darwin-complex-difference.s#6afcdcf9</link>
        <description>[llvm-readobj] Change -t to --symbols in tests. NFC-t is --symbols in llvm-readobj but --section-details (unimplemented) in readelf.The confusing option should not be used since we aim for improvingcompatibility.Keep just one llvm-readobj -t use case in test/tools/llvm-readobj/symbols.testllvm-svn: 359661

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/MachO/darwin-complex-difference.s</description>
        <pubDate>Wed, 01 May 2019 09:28:24 +0000</pubDate>
        <dc:creator>Fangrui Song &lt;maskray@google.com&gt;</dc:creator>
    </item>
<item>
        <title>e29e30b1 - [llvm-readobj] Change -long-option to --long-option in tests. NFC</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/MachO/darwin-complex-difference.s#e29e30b1</link>
        <description>[llvm-readobj] Change -long-option to --long-option in tests. NFCWe use both -long-option and --long-option in tests. Switch to --long-option for consistency.In the &quot;llvm-readelf&quot; mode, -long-option is discouraged as it conflicts with grouped short options and it is not accepted by GNU readelf.While updating the tests, change llvm-readobj -s to llvm-readobj -S to reduce confusion (&quot;s&quot; is --section-headers in llvm-readobj but --symbols in llvm-readelf).llvm-svn: 359649

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/MachO/darwin-complex-difference.s</description>
        <pubDate>Wed, 01 May 2019 05:27:20 +0000</pubDate>
        <dc:creator>Fangrui Song &lt;maskray@google.com&gt;</dc:creator>
    </item>
<item>
        <title>ddedd725 - [MC] Convert all the remaining tests from macho-dump to llvm-readobj.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/MachO/darwin-complex-difference.s#ddedd725</link>
        <description>[MC] Convert all the remaining tests from macho-dump to llvm-readobj.This sort-of deprecates macho-dump. It may take still a little whileto garbage collect it, but at least there&apos;s no real usage of it inthe tree anymore. New tests should always rely on llvm-readobj orllvm-objdump.llvm-svn: 247235

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/MachO/darwin-complex-difference.s</description>
        <pubDate>Thu, 10 Sep 2015 01:50:00 +0000</pubDate>
        <dc:creator>Davide Italiano &lt;davide@freebsd.org&gt;</dc:creator>
    </item>
<item>
        <title>9927206f - Force the MachO generated for Darwin to have VERSION_MIN load command</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/MachO/darwin-complex-difference.s#9927206f</link>
        <description>Force the MachO generated for Darwin to have VERSION_MIN load commandOn Darwin, it is required to stamp the object file with VERSION_MIN loadcommand. This commit will provide a VERSRION_MIN load command to theMachO file that doesn&apos;t specify the version itself by inferring fromTarget Triple.llvm-svn: 244059

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/MachO/darwin-complex-difference.s</description>
        <pubDate>Wed, 05 Aug 2015 15:36:38 +0000</pubDate>
        <dc:creator>Steven Wu &lt;stevenwu@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>1b1a3994 - MachObjectWriter: optimize the string table for common suffices</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/MachO/darwin-complex-difference.s#1b1a3994</link>
        <description>MachObjectWriter: optimize the string table for common sufficesThis is a follow-up to r207670 (ELF) and r218636 (COFF).Differential Revision: http://reviews.llvm.org/D5622llvm-svn: 219126

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/MachO/darwin-complex-difference.s</description>
        <pubDate>Mon, 06 Oct 2014 17:05:19 +0000</pubDate>
        <dc:creator>Hans Wennborg &lt;hans@hanshq.net&gt;</dc:creator>
    </item>
<item>
        <title>137d422e - MC/Expr: Implemnt more aggressive folding during symbol evaluation using</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/MC/MachO/darwin-complex-difference.s#137d422e</link>
        <description>MC/Expr: Implemnt more aggressive folding during symbol evaluation usingIsSymbolRefDifferenceFullyResolved(). For example, we will now fold awaysomething like:--_a:...L0:...L1:....long (L1 - L0) / 2--llvm-svn: 122043

            List of files:
            /llvm-project-15.0.7/llvm/test/MC/MachO/darwin-complex-difference.s</description>
        <pubDate>Fri, 17 Dec 2010 05:50:33 +0000</pubDate>
        <dc:creator>Daniel Dunbar &lt;daniel@zuster.org&gt;</dc:creator>
    </item>
</channel>
</rss>
