<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in strip-debug.test</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>cf54424a46ffb505bd1a117a44fc30c01bbff882 - [lld][WebAssembly] Do not remove name section with --strip-debug</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/strip-debug.test#cf54424a46ffb505bd1a117a44fc30c01bbff882</link>
        <description>[lld][WebAssembly] Do not remove name section with --strip-debugLeave the name section in the output when using the --strip-debugflag. This treats it more like ELF symbol tables, as the namesection has similar uses at runtime (e.g. wasm engines understandit and it can be used for symbolization at runtime).Fixes https://github.com/emscripten-core/emscripten/issues/14623Differential Revision: https://reviews.llvm.org/D106728

            List of files:
            /llvm-project/lld/test/wasm/strip-debug.test</description>
        <pubDate>Fri, 23 Jul 2021 23:57:37 +0000</pubDate>
        <dc:creator>Derek Schuff &lt;dschuff@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>fd1c894a4a3690b2e500bfdf71194e9cc3f1b399 - [lld][WebAssembly] Convert some lld tests to assembly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/strip-debug.test#fd1c894a4a3690b2e500bfdf71194e9cc3f1b399</link>
        <description>[lld][WebAssembly] Convert some lld tests to assemblyWhen we originally wrote these tests we didn&apos;t have a stable andfleshed out assembly format.  Now we do so we should prefer thatover llvm ir for lld tests to avoid including more part of llvmthan necessary in order to run the test.This change converts just 30 out of about 130 test files. More tocome when I have some more time.Differential Revision: https://reviews.llvm.org/D80361

            List of files:
            /llvm-project/lld/test/wasm/strip-debug.test</description>
        <pubDate>Thu, 21 May 2020 04:35:18 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>59d52f8040787b087af8ba142f74855c245149b4 - [WedAssembly] Add -s and -S alias for --strip-all and --strip-debug</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/strip-debug.test#59d52f8040787b087af8ba142f74855c245149b4</link>
        <description>[WedAssembly] Add -s and -S alias for --strip-all and --strip-debugllvm-svn: 345767

            List of files:
            /llvm-project/lld/test/wasm/strip-debug.test</description>
        <pubDate>Wed, 31 Oct 2018 19:30:43 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>752494bfe3f04c8d329dfa8ac671b26e0115069c - [WebAssembly] Check function signatures by default</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/strip-debug.test#752494bfe3f04c8d329dfa8ac671b26e0115069c</link>
        <description>[WebAssembly] Check function signatures by defaultBut only produce a warning (for now) unless --fatal-warningsis passed.Differential Revision: https://reviews.llvm.org/D46484llvm-svn: 331574

            List of files:
            /llvm-project/lld/test/wasm/strip-debug.test</description>
        <pubDate>Sat, 05 May 2018 01:23:07 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>f05124e60c804bf919cd688130a96ab7fe61cd1c - Use wasm-ld instead of &quot;lld -flavor wasm&quot;.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/strip-debug.test#f05124e60c804bf919cd688130a96ab7fe61cd1c</link>
        <description>Use wasm-ld instead of &quot;lld -flavor wasm&quot;.Invoking lld as ld.lld, ld.ld64, lld-link or wasm-ld is preferredthan invoking lld as lld and pass an -flavor option. We have &quot;lld&quot;file mostly for historical reasons.Differential Revision: https://reviews.llvm.org/D43407llvm-svn: 325405

            List of files:
            /llvm-project/lld/test/wasm/strip-debug.test</description>
        <pubDate>Fri, 16 Feb 2018 22:58:02 +0000</pubDate>
        <dc:creator>Rui Ueyama &lt;ruiu@google.com&gt;</dc:creator>
    </item>
<item>
        <title>279c850cf295c9a6f043d50552c77f4867999cb3 - [WebAssembly] Fix signature mismatches in test code</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/strip-debug.test#279c850cf295c9a6f043d50552c77f4867999cb3</link>
        <description>[WebAssembly] Fix signature mismatches in test codePass --check-signatures to test executions of lld andfix resulting errors.Differential Revision: https://reviews.llvm.org/D42661llvm-svn: 324042

            List of files:
            /llvm-project/lld/test/wasm/strip-debug.test</description>
        <pubDate>Fri, 02 Feb 2018 00:30:03 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>5489b9f1cfa76e064e8885aaca2d89690edd24a5 - [WebAssembly] Reduce redundancy in tests</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/strip-debug.test#5489b9f1cfa76e064e8885aaca2d89690edd24a5</link>
        <description>[WebAssembly] Reduce redundancy in testsAdd a simple start entry point input file and have the testsreference that rather than duplicating these.This allows more tests to be pure `.test` files rather than`.ll`.Differential Revision: https://reviews.llvm.org/D42662llvm-svn: 323838

            List of files:
            /llvm-project/lld/test/wasm/strip-debug.test</description>
        <pubDate>Wed, 31 Jan 2018 00:13:26 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>70683b2f756ee7a800993510924922c04952faa2 - [WebAssembly] Use inline target tripple in test cases</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/strip-debug.test#70683b2f756ee7a800993510924922c04952faa2</link>
        <description>[WebAssembly] Use inline target tripple in test casesThis is somewhat preferable since (in many cases) it allows llcto be run directly on the .ll files without having to pass the`-mtriple` argument.Differential Revision: https://reviews.llvm.org/D42438llvm-svn: 323299

            List of files:
            /llvm-project/lld/test/wasm/strip-debug.test</description>
        <pubDate>Wed, 24 Jan 2018 03:29:47 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>bd0416d0c059512877c928776b56207fc359e345 - [WebAssemlby] Fix typo in target triple used in tests</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/strip-debug.test#bd0416d0c059512877c928776b56207fc359e345</link>
        <description>[WebAssemlby] Fix typo in target triple used in testsllvm-svn: 321044

            List of files:
            /llvm-project/lld/test/wasm/strip-debug.test</description>
        <pubDate>Tue, 19 Dec 2017 00:18:16 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>2e25e896fb67dd49474b79685241985afd5b6851 - [WebAssembly] Improve wasm test cases</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/strip-debug.test#2e25e896fb67dd49474b79685241985afd5b6851</link>
        <description>[WebAssembly] Improve wasm test casesAdd test for weakly defined symbols with the same nameImprove test for call-indirect to include the same call in twodifferent objects. This lays the ground work to improve theoutput via de-duplicating the indirect call table:   https://reviews.llvm.org/D40989Also make all tests consistently pass -mtriple rather thandeclaring in the sources.Differential Revision: https://reviews.llvm.org/D41024llvm-svn: 320172

            List of files:
            /llvm-project/lld/test/wasm/strip-debug.test</description>
        <pubDate>Fri, 08 Dec 2017 18:37:44 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>c94d393ad52b6698b15400ee7a33a68b4bda274b - [WebAssembly] Initial wasm linker implementation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/llvm-project/lld/test/wasm/strip-debug.test#c94d393ad52b6698b15400ee7a33a68b4bda274b</link>
        <description>[WebAssembly] Initial wasm linker implementationThis linker backend is still a work in progress but isenough to link simple programs including linking againstlibrary archives.Differential Revision: https://reviews.llvm.org/D34851llvm-svn: 318539

            List of files:
            /llvm-project/lld/test/wasm/strip-debug.test</description>
        <pubDate>Fri, 17 Nov 2017 18:14:09 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
