<?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 include-paths.test</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>64bc44f5 - [llvm-rc] Run clang to preprocess input files</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test#64bc44f5</link>
        <description>[llvm-rc] Run clang to preprocess input filesAllow opting out from preprocessing with a command line argument.Update tests to pass -no-preprocess to make it not try to use clang(which isn&apos;t a build level dependency of llvm-rc), but add a test thatdoes preprocessing under clang/test/Preprocessor.Update a few options to allow them both joined (as -DFOO) and separate(-D BR), as rc.exe allows both forms of them.With the verbose flag set, this prints the preprocessing commandused (which differs from what rc.exe does).Tests under llvm/test/tools/llvm-rc only test constructing thepreprocessor commands, while tests under clang/test/Preprocessor testactually running the preprocessor.Differential Revision: https://reviews.llvm.org/D100755

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test</description>
        <pubDate>Wed, 14 Apr 2021 13:24:30 +0000</pubDate>
        <dc:creator>Martin Storsj&#246; &lt;martin@martin.st&gt;</dc:creator>
    </item>
<item>
        <title>73cda4d1 - [llvm-rc] Fix handling of the /X option to match its documentation and rc.exe</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test#73cda4d1</link>
        <description>[llvm-rc] Fix handling of the /X option to match its documentation and rc.exeThis matches how it&apos;s documented in the option listing.Differential Revision: https://reviews.llvm.org/D100754

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test</description>
        <pubDate>Fri, 16 Apr 2021 10:30:47 +0000</pubDate>
        <dc:creator>Martin Storsj&#246; &lt;martin@martin.st&gt;</dc:creator>
    </item>
<item>
        <title>e3e8874b - [llvm-readobj] Print the resource type textually for .res files</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test#e3e8874b</link>
        <description>[llvm-readobj] Print the resource type textually for .res filesThis already is done when dumping resources from coff objects.Differential Revision: https://reviews.llvm.org/D66816llvm-svn: 370308

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test</description>
        <pubDate>Thu, 29 Aug 2019 08:59:31 +0000</pubDate>
        <dc:creator>Martin Storsjo &lt;martin@martin.st&gt;</dc:creator>
    </item>
<item>
        <title>58bb0e47 - [llvm-rc] Support &apos;--&apos; for delimiting options from input paths</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test#58bb0e47</link>
        <description>[llvm-rc] Support &apos;--&apos; for delimiting options from input pathsThis allows avoiding conflicts between paths that begin with the samechars as some llvm-rc options (which can be used with either slashesor dashes).Differential Revision: https://reviews.llvm.org/D56743llvm-svn: 351305

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test</description>
        <pubDate>Wed, 16 Jan 2019 08:09:22 +0000</pubDate>
        <dc:creator>Martin Storsjo &lt;martin@martin.st&gt;</dc:creator>
    </item>
<item>
        <title>4021cee9 - [llvm-rc] Don&apos;t strictly require quotes around external file names</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test#4021cee9</link>
        <description>[llvm-rc] Don&apos;t strictly require quotes around external file namesRegardless of what docs may say, existing resource files in thewild can use this syntax.Rename a file used in an existing test, to make it usable for unquotedpaths.Differential Revision: https://reviews.llvm.org/D46511llvm-svn: 331747

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test</description>
        <pubDate>Tue, 08 May 2018 08:47:37 +0000</pubDate>
        <dc:creator>Martin Storsjo &lt;martin@martin.st&gt;</dc:creator>
    </item>
<item>
        <title>577b9817 - [llvm-rc] Implement the BITMAP resource type</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test#577b9817</link>
        <description>[llvm-rc] Implement the BITMAP resource typeDifferential Revision: https://reviews.llvm.org/D46509llvm-svn: 331670

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test</description>
        <pubDate>Mon, 07 May 2018 20:27:37 +0000</pubDate>
        <dc:creator>Martin Storsjo &lt;martin@martin.st&gt;</dc:creator>
    </item>
<item>
        <title>ddf413f3 - Really fix llvm-rc include-paths.test</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test#ddf413f3</link>
        <description>Really fix llvm-rc include-paths.testllvm-svn: 315515

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test</description>
        <pubDate>Wed, 11 Oct 2017 21:27:54 +0000</pubDate>
        <dc:creator>Reid Kleckner &lt;rnk@google.com&gt;</dc:creator>
    </item>
<item>
        <title>ade90cbd - Attempt to fix failing llvm-rc include-paths.text</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test#ade90cbd</link>
        <description>Attempt to fix failing llvm-rc include-paths.textllvm-svn: 315514

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test</description>
        <pubDate>Wed, 11 Oct 2017 21:25:03 +0000</pubDate>
        <dc:creator>Reid Kleckner &lt;rnk@google.com&gt;</dc:creator>
    </item>
<item>
        <title>fa0ca6cb - [llvm-rc] Use proper search algorithm for finding resources.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test#fa0ca6cb</link>
        <description>[llvm-rc] Use proper search algorithm for finding resources.Previously we would only look in the current directory for aresource, which might not be the same as the directory of therc file.  Furthermore, MSVC rc supports a /I option, and canalso look in the system environment.  This patch adds supportfor this search algorithm.Differential Revision: https://reviews.llvm.org/D38740llvm-svn: 315499

            List of files:
            /llvm-project-15.0.7/llvm/test/tools/llvm-rc/include-paths.test</description>
        <pubDate>Wed, 11 Oct 2017 20:12:09 +0000</pubDate>
        <dc:creator>Zachary Turner &lt;zturner@google.com&gt;</dc:creator>
    </item>
</channel>
</rss>
