<?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 WORKSPACE</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>54cc7de4 - Fix bazel build.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/utils/bazel/WORKSPACE#54cc7de4</link>
        <description>Fix bazel build.- https://reviews.llvm.org/D122619 bumped zlib version but didn&apos;t change  the hash- Added new header from https://reviews.llvm.org/D108438

            List of files:
            /llvm-project-15.0.7/utils/bazel/WORKSPACE</description>
        <pubDate>Tue, 05 Apr 2022 22:45:53 +0000</pubDate>
        <dc:creator>Jorge Gorbe Moya &lt;jgorbe@google.com&gt;</dc:creator>
    </item>
<item>
        <title>224e9be1 - [Bazel] Update zlib to 1.2.12</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/utils/bazel/WORKSPACE#224e9be1</link>
        <description>[Bazel] Update zlib to 1.2.12There&apos;s a vulnerability in 1.2.11:https://twitter.com/taviso/status/1508438583484452866Differential Revision: https://reviews.llvm.org/D122619

            List of files:
            /llvm-project-15.0.7/utils/bazel/WORKSPACE</description>
        <pubDate>Mon, 28 Mar 2022 21:48:18 +0000</pubDate>
        <dc:creator>Geoffrey Martin-Noble &lt;gcmn@google.com&gt;</dc:creator>
    </item>
<item>
        <title>81d54124 - Simplify setting up LLVM as bazel external repo</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/utils/bazel/WORKSPACE#81d54124</link>
        <description>Simplify setting up LLVM as bazel external repoOnly require one intermediate repository instead of two.Fewer parameters in llvm_config.Second attempt of https://reviews.llvm.org/D107714, this time also updating `third_party_build` and `deps_impl` paths.Reviewed By: GMNGeoffreyDifferential Revision: https://reviews.llvm.org/D108274

            List of files:
            /llvm-project-15.0.7/utils/bazel/WORKSPACE</description>
        <pubDate>Wed, 18 Aug 2021 07:14:42 +0000</pubDate>
        <dc:creator>Christian Sigg &lt;csigg@google.com&gt;</dc:creator>
    </item>
<item>
        <title>0bfe614b - Revert &quot;Simplify setting up LLVM as bazel external repo&quot;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/utils/bazel/WORKSPACE#0bfe614b</link>
        <description>Revert &quot;Simplify setting up LLVM as bazel external repo&quot;This breaks the rules for creating repository dependencies when invokedfrom another workspace. See comment on https://reviews.llvm.org/D107714This reverts commit 934f084ad42231d225bd0eee3342f4b5f7e1ce6e.Differential Revision: https://reviews.llvm.org/D108245

            List of files:
            /llvm-project-15.0.7/utils/bazel/WORKSPACE</description>
        <pubDate>Tue, 17 Aug 2021 21:45:43 +0000</pubDate>
        <dc:creator>Geoffrey Martin-Noble &lt;gcmn@google.com&gt;</dc:creator>
    </item>
<item>
        <title>934f084a - Simplify setting up LLVM as bazel external repo</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/utils/bazel/WORKSPACE#934f084a</link>
        <description>Simplify setting up LLVM as bazel external repoOnly require one intermediate repository instead of two.Fewer parameters in llvm_config.Remove bazel_skylib dependency.Reviewed By: goncharovDifferential Revision: https://reviews.llvm.org/D107714

            List of files:
            /llvm-project-15.0.7/utils/bazel/WORKSPACE</description>
        <pubDate>Sun, 08 Aug 2021 13:19:33 +0000</pubDate>
        <dc:creator>Christian Sigg &lt;csigg@google.com&gt;</dc:creator>
    </item>
<item>
        <title>91842bf6 - [Bazel] Fix digest for bazel-skylib 1.0.3</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/utils/bazel/WORKSPACE#91842bf6</link>
        <description>[Bazel] Fix digest for bazel-skylib 1.0.3I apparently left in the old digest when updating the version, so for mylocal build Bazel just happily used the cached version, but anyoneattempting a fresth build would get a mismatch.Differential Revision: https://reviews.llvm.org/D107010

            List of files:
            /llvm-project-15.0.7/utils/bazel/WORKSPACE</description>
        <pubDate>Wed, 28 Jul 2021 22:35:08 +0000</pubDate>
        <dc:creator>Geoffrey Martin-Noble &lt;gcmn@google.com&gt;</dc:creator>
    </item>
<item>
        <title>8b86b3a8 - [Bazel] Use bazel_skylib paths for paths munging</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/utils/bazel/WORKSPACE#8b86b3a8</link>
        <description>[Bazel] Use bazel_skylib paths for paths mungingWe do a lot of path munging and bazel_sklyib is a pretty reasonable dep.Reviewed By: jpienaarDifferential Revision: https://reviews.llvm.org/D106175

            List of files:
            /llvm-project-15.0.7/utils/bazel/WORKSPACE</description>
        <pubDate>Fri, 16 Jul 2021 18:49:50 +0000</pubDate>
        <dc:creator>Geoffrey Martin-Noble &lt;gcmn@google.com&gt;</dc:creator>
    </item>
<item>
        <title>4aeb2e60 - Introduce a Bazel build configuration</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/utils/bazel/WORKSPACE#4aeb2e60</link>
        <description>Introduce a Bazel build configurationThis patch introduces configuration for a Bazel BUILD in a sidedirectory in the monorepo.This is following the approval ofhttps://github.com/llvm/llvm-www/blob/main/proposals/LP0002-BazelBuildConfiguration.mdAs detailed in the README, the Bazel BUILD is not supportedby the community in general, and is maintained only by interestedparties. It follows the requirements of the LLVM peripheral tier:https://llvm.org/docs/SupportPolicy.html#peripheral-tier.This is largely copied from https://github.com/google/llvm-bazel,with a few filepath tweaks and the addition of the README.Reviewed By: echristo, keith, dblaikie, kuharDifferential Revision: https://reviews.llvm.org/D90352

            List of files:
            /llvm-project-15.0.7/utils/bazel/WORKSPACE</description>
        <pubDate>Tue, 18 May 2021 22:42:25 +0000</pubDate>
        <dc:creator>Geoffrey Martin-Noble &lt;gcmn@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
