<?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 wasm-toolchain.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>32eb7b86 - [Driver][test] Remove clang{{.*}} when testing -cc1 command lines</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#32eb7b86</link>
        <description>[Driver][test] Remove clang{{.*}} when testing -cc1 command linesThe majority of tests omit testing &quot;clang&quot; for -cc1 command lines. In addition,some distributions symlink %clang to an executable with a content hash basedfilename so clang{{.*}} check won&apos;t work.With this change, we can remove many -no-canonical-prefixes whose purpose was tomake the tests pass on such distributions.

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Tue, 03 May 2022 00:08:20 +0000</pubDate>
        <dc:creator>Weverything &lt;rtrieu@google.com&gt;</dc:creator>
    </item>
<item>
        <title>98067998 - [Driver][test] Remove clang{{.*}} when testing -cc1 command lines</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#98067998</link>
        <description>[Driver][test] Remove clang{{.*}} when testing -cc1 command linesThe majority of tests omit testing &quot;clang&quot; for -cc1 command lines. In addition,some distributions symlink %clang to an executable with a content hash basedfilename so clang{{.*}} check won&apos;t work.With this change, we can remove many -no-canonical-prefixes whose purpose was tomake the tests pass on such distributions.

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Mon, 02 May 2022 18:02:19 +0000</pubDate>
        <dc:creator>Fangrui Song &lt;i@maskray.me&gt;</dc:creator>
    </item>
<item>
        <title>2f300d34 - [clang][driver][wasm] Fix libstdc++ target-dependent include dir</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#2f300d34</link>
        <description>[clang][driver][wasm] Fix libstdc++ target-dependent include dirThe triple goes after the gcc version, not before. Also add the/backward version.Differential Revision: https://reviews.llvm.org/D120251

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Mon, 21 Feb 2022 15:01:13 +0000</pubDate>
        <dc:creator>Timm B&#228;der &lt;tbaeder@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>b5787a0c - [clang][driver][wasm] Support -stdlib=libstdc++ for WebAssembly</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#b5787a0c</link>
        <description>[clang][driver][wasm] Support -stdlib=libstdc++ for WebAssemblyThe WebAssembly toolchain currently supports only -stdlib=libc++and implicitly assumes the c++ stdlib to be libc++. Change this to alsosupport libstdc++.Differential Revision: https://reviews.llvm.org/D117888#3290628

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Fri, 21 Jan 2022 10:15:23 +0000</pubDate>
        <dc:creator>Timm B&#228;der &lt;tbaeder@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>3ad6de31 - [clang][tests] Fix a c++/libc++ -stdlib value typo</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#3ad6de31</link>
        <description>[clang][tests] Fix a c++/libc++ -stdlib value typo&quot;c++&quot; is not usually a valid value for -stdlib.Differential Revision: https://reviews.llvm.org/D117862

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Fri, 21 Jan 2022 08:48:43 +0000</pubDate>
        <dc:creator>Timm B&#228;der &lt;tbaeder@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>818dd866 - [WebAssembly] Modernize include path handling</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#818dd866</link>
        <description>[WebAssembly] Modernize include path handlingMove include path construction fromInitHeaderSearch::AddDefaultIncludePaths in the Driver which appearsto be the more modern/correct way of doing things.Differential Revision: https://reviews.llvm.org/D63030llvm-svn: 363241

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Thu, 13 Jun 2019 09:42:43 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>582eaca3 - [WebAssembly] Cleanup toolchain test files. NFC.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#582eaca3</link>
        <description>[WebAssembly] Cleanup toolchain test files. NFC.Summary: Split up long lines to improve test readability.Subscribers: dschuff, jgravelle-google, aheejin, sunfish, jfb, cfe-commitsTags: #clangDifferential Revision: https://reviews.llvm.org/D63081llvm-svn: 362959

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Mon, 10 Jun 2019 16:18:04 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>0b0d13a7 - [WebAssembly] Use the &quot;wasm32-wasi&quot; triple in tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#0b0d13a7</link>
        <description>[WebAssembly] Use the &quot;wasm32-wasi&quot; triple in testsSimilar to https://reviews.llvm.org/D61334, update clang tests to use the&quot;wasm32-wasi&quot; triple, removing the &quot;-musl&quot; environment and omitting the&quot;-unknown&quot; vendor.Differential Revision: https://reviews.llvm.org/D61338Reviewer: sbc100llvm-svn: 359630

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Tue, 30 Apr 2019 23:06:07 +0000</pubDate>
        <dc:creator>Dan Gohman &lt;dan433584@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fc5ddeea - [WebAssembly] Reland of rL356953 (4dcf3acce6)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#fc5ddeea</link>
        <description>[WebAssembly] Reland of rL356953 (4dcf3acce6)The previous patch was missing GetProgramPath() in the return valueof getLinkerPath().See https://reviews.llvm.org/D59743llvm-svn: 357195

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Thu, 28 Mar 2019 17:45:18 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>039be787 - Revert &quot;[WebAssembly] Don&apos;t use default GetLinkerPath&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#039be787</link>
        <description>Revert &quot;[WebAssembly] Don&apos;t use default GetLinkerPath&quot;This reverts commit 4dcf3acce6d7455fd079d8e57441906ca2bad254.(reverts LLVM SVN r356953)llvm-svn: 357127

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Wed, 27 Mar 2019 22:22:18 +0000</pubDate>
        <dc:creator>Derek Schuff &lt;dschuff@google.com&gt;</dc:creator>
    </item>
<item>
        <title>4dcf3acc - [WebAssembly] Don&apos;t use default GetLinkerPath</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#4dcf3acc</link>
        <description>[WebAssembly] Don&apos;t use default GetLinkerPathWe can&apos;t (don&apos;t want to) honor the same set of &quot;-fuse-ld&quot; flags withWebAssembly since the ELF linkers (ld.lld, ld.gnu, etc) don&apos;t work withwasm object files.Instead we implement our own linker finding logic, similar or othernon-ELF platforms like MSVC.We&apos;ve had a few issues with CLANG_DEFAULT_LINKER overriding theWebAssembly linker which doesn&apos;t make sense since there is no genericlinker that can handle WebAssembly today.Differential Revision: https://reviews.llvm.org/D59743llvm-svn: 356953

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Mon, 25 Mar 2019 21:14:26 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>788ce374 - [WebAssembly] COWS has been renamed to WASI.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#788ce374</link>
        <description>[WebAssembly] COWS has been renamed to WASI.llvm-svn: 351298

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Wed, 16 Jan 2019 05:23:57 +0000</pubDate>
        <dc:creator>Dan Gohman &lt;dan433584@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>055a6f04 - [WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses it</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#055a6f04</link>
        <description>[WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses itThis adds support for multilib paths for wasm32 targets, following[Debian&apos;s Multiarch conventions], and also adds an experimental OS name inorder to test it. [Debian&apos;s Multiarch conventions]: https://wiki.debian.org/Multiarch/Differential Revision: https://reviews.llvm.org/D56553llvm-svn: 351164

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Tue, 15 Jan 2019 06:58:16 +0000</pubDate>
        <dc:creator>Dan Gohman &lt;dan433584@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>98dbbfd8 - [WebAssembly] Remove use of lld -flavor flag</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#98dbbfd8</link>
        <description>[WebAssembly] Remove use of lld -flavor flagThis flag is deprecated. The preferred way to select the lldflavor is by calling it by one of its aliases.Differential Revision: https://reviews.llvm.org/D50395llvm-svn: 339163

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Tue, 07 Aug 2018 18:55:41 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>8d819a99 - [WebAssembly] Force use of lld for test/Driver/wasm-toolchain.c(pp)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#8d819a99</link>
        <description>[WebAssembly] Force use of lld for test/Driver/wasm-toolchain.c(pp)lld is the only supported linker that works for WebAssembly, so ensureclang is using it for this test. This gets the tests passing whenconfiguring clang to use a different linker by default.Differential Revision: https://reviews.llvm.org/D49897llvm-svn: 339158

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Tue, 07 Aug 2018 17:44:43 +0000</pubDate>
        <dc:creator>David Greene &lt;greened@obbligato.org&gt;</dc:creator>
    </item>
<item>
        <title>7892ae44 - [WebAssembly] Don&apos;t pass -ffunction-section/-fdata-sections</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#7892ae44</link>
        <description>[WebAssembly] Don&apos;t pass -ffunction-section/-fdata-sectionsllvm currently forces both of these to true to passing themis redundant.Differential Revision: https://reviews.llvm.org/D37831llvm-svn: 323897

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Wed, 31 Jan 2018 18:55:22 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>0d29aaf6 - Fix test on Windows that was added in r322382.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#0d29aaf6</link>
        <description>Fix test on Windows that was added in r322382.The test was using &quot;%clang++&quot; which on Windows became &quot;clang.exe++&quot;. Use %clangxx instead.Reviewed by Paul Robinsonllvm-svn: 322417

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Fri, 12 Jan 2018 22:32:01 +0000</pubDate>
        <dc:creator>Douglas Yung &lt;douglas.yung@sony.com&gt;</dc:creator>
    </item>
<item>
        <title>ffbfc0f8 - [WebAssembly] Support -stdlib=libc++ switch</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp#ffbfc0f8</link>
        <description>[WebAssembly] Support -stdlib=libc++ switchReferenced implementation from Fuchsia and Darwin Toolchain.Still only support CST_Libcxx.  Now checks that the argumentis really &apos;-stdlib=libc++&apos;, and display error.Also, now will pass -lc++ and -lc++abi to the linker.Patch by Patrick Cheng!Differential Revision: https://reviews.llvm.org/D41937llvm-svn: 322382

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/wasm-toolchain.cpp</description>
        <pubDate>Fri, 12 Jan 2018 17:54:49 +0000</pubDate>
        <dc:creator>Sam Clegg &lt;sbc@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
