<?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 empty.modulemap</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a06b2cb0 - Fix clang/test/Modules/empty.modulemap by increasing limit.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Modules/empty.modulemap#a06b2cb0</link>
        <description>Fix clang/test/Modules/empty.modulemap by increasing limit.This fixes a buildbot failure on Builder llvm-clang-win-x-aarch64.The size of the module increased to just over 30kb due to newDecl TypeDefs being added to the module after D81459 thatadds new ACLE types.

            List of files:
            /llvm-project-15.0.7/clang/test/Modules/empty.modulemap</description>
        <pubDate>Mon, 15 Jun 2020 08:47:49 +0000</pubDate>
        <dc:creator>Sander de Smalen &lt;sander.desmalen@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>2e1538f2 - Remove 24 instances of &apos;REQUIRES: shell&apos;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Modules/empty.modulemap#2e1538f2</link>
        <description>Remove 24 instances of &apos;REQUIRES: shell&apos;Tests fall into one of the following categories:- The requirement was unnecessary- Additional quoting was required for backslashes in paths (see &quot;sed -e  &apos;s/\\/\\\\/g&apos;&quot;) in the sanitizer tests.- OpenMP used &apos;REQUIRES: shell&apos; as a proxy for the test failing on  Windows. Those tests fail there reliably, so use XFAIL instead.I tried not to remove shell requirements that were added to suppressflaky test failures, but if I screwed up, we can add it back as needed.llvm-svn: 284793

            List of files:
            /llvm-project-15.0.7/clang/test/Modules/empty.modulemap</description>
        <pubDate>Thu, 20 Oct 2016 23:11:45 +0000</pubDate>
        <dc:creator>Reid Kleckner &lt;rnk@google.com&gt;</dc:creator>
    </item>
<item>
        <title>842d61f5 - Attempt to fix greendragon buildbot failures; apparently wc sometimes inserts a leading space into its output. Just check for a matching number anywhere in the output.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Modules/empty.modulemap#842d61f5</link>
        <description>Attempt to fix greendragon buildbot failures; apparently wc sometimes inserts a leading space into its output. Just check for a matching number anywhere in the output.llvm-svn: 242661

            List of files:
            /llvm-project-15.0.7/clang/test/Modules/empty.modulemap</description>
        <pubDate>Mon, 20 Jul 2015 08:40:51 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>9c254184 - [modules] Don&apos;t save uninteresting identifiers, and don&apos;t consider identifiers</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Modules/empty.modulemap#9c254184</link>
        <description>[modules] Don&apos;t save uninteresting identifiers, and don&apos;t consider identifiersto be interesting just because they are the name of a builtin. Reduces the sizeof an empty module by over 80% (~100KB).llvm-svn: 242650

            List of files:
            /llvm-project-15.0.7/clang/test/Modules/empty.modulemap</description>
        <pubDate>Sun, 19 Jul 2015 21:41:12 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>47972afd - [modules] Simplify -cc1 interface for enabling implicit module maps.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Modules/empty.modulemap#47972afd</link>
        <description>[modules] Simplify -cc1 interface for enabling implicit module maps.We used to have a flag to enable module maps, and two more flags to enableimplicit module maps. This is all redundant; we don&apos;t need any flag forenabling module maps in the abstract, and we don&apos;t usually have -fno- flags for-cc1. We now have just a single flag, -fimplicit-module-maps, that enablesimplicitly searching the file system for module map files and loading them.The driver interface is unchanged for now. We should probably rename-fmodule-maps to -fimplicit-module-maps at some point.llvm-svn: 239789

            List of files:
            /llvm-project-15.0.7/clang/test/Modules/empty.modulemap</description>
        <pubDate>Tue, 16 Jun 2015 00:08:24 +0000</pubDate>
        <dc:creator>Richard Smith &lt;richard-llvm@metafoo.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>885e78cb - [Modules] Start making explicit modules produce deterministic output.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Modules/empty.modulemap#885e78cb</link>
        <description>[Modules] Start making explicit modules produce deterministic output.There are two aspects of non-determinism fixed here, which was theminimum required to cause at least an empty module to be deterministic.First, the random number signature is only inserted into the module whenwe are building modules implicitly. The use case for these randomsignatures is to work around the very fact that modules are notdeterministic in their output when working with the implicitly built andpopulated module cache. Eventually this should go away entirely whenwe&apos;re confident that Clang is producing deterministic output.Second, the on-disk hash table is populated based on the order ofiteration over a DenseMap. Instead, use a MapVector so that we can walkit in insertion order.I&apos;ve added a test that an empty module, when built twice, produces thesame binary PCM file.llvm-svn: 233115

            List of files:
            /llvm-project-15.0.7/clang/test/Modules/empty.modulemap</description>
        <pubDate>Tue, 24 Mar 2015 21:18:10 +0000</pubDate>
        <dc:creator>Chandler Carruth &lt;chandlerc@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
