<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>fbd7087b0be2f327f806a85b92789a719138df8c - strings: Unconditionally install ELF Tool Chain&apos;s strings</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#fbd7087b0be2f327f806a85b92789a719138df8c</link>
        <description>strings: Unconditionally install ELF Tool Chain&apos;s stringsllvm-strings may consume a large amount of memory while reading theinput file before producing any output.ELF Tool Chain&apos;s strings is small and lightweight, and we always installstrings regardless of WITH_/WITHOUT_TOOLCHAIN settings (as it is usefulin many contexts).  Return to always installing ELF Tool Chain&apos;s versionof strings.This reverts commit 81fa5c4a828bec9f1ead280c59c31bd423e6eeea.This reverts commit 7ca3db1999cd967f9d6d7b259aa7af54aae14a5f.PR:		286605Reported by:	olivierReviewed by:	olivier, brooksSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D50084

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Wed, 30 Apr 2025 13:35:54 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>81fa5c4a828bec9f1ead280c59c31bd423e6eeea - llvm-strings: Install as strings when WITH_LLVM_BINUTILS=YES</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#81fa5c4a828bec9f1ead280c59c31bd423e6eeea</link>
        <description>llvm-strings: Install as strings when WITH_LLVM_BINUTILS=YESReviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D32065

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Wed, 05 Apr 2023 19:53:33 +0000</pubDate>
        <dc:creator>Cameron Katri &lt;me@cameronkatri.com&gt;</dc:creator>
    </item>
<item>
        <title>4dc3b1fa1bbcf20f7713d94776a1604964ada32b - Revert &quot;Ensure .inc files are regenerated when llvm/clang tblgen binaries change&quot;</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#4dc3b1fa1bbcf20f7713d94776a1604964ada32b</link>
        <description>Revert &quot;Ensure .inc files are regenerated when llvm/clang tblgen binaries change&quot;This reverts commit ab80f0b21fbb9c44d40e6f7a99090188f4ed2f71. The intentof this change was to avoid possible compilation errors when certain.inc files were not regenerated, but the method turns out to cause waymore rebuilds than anticipated. Another method will have to be found,and in the mean time, WITH_CLEAN is the solution that always works.Fixes:		ab80f0b21fbb

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Wed, 29 Mar 2023 18:37:02 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d8ed7fa3d55d57f3bb3c2eeb8826e3e0a63ccdc3 - Revert &quot;Rework {clang,lldb,llvm}-tblgen invocations to add --write-if-changed&quot;</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#d8ed7fa3d55d57f3bb3c2eeb8826e3e0a63ccdc3</link>
        <description>Revert &quot;Rework {clang,lldb,llvm}-tblgen invocations to add --write-if-changed&quot;This reverts commit 8f391d9098083044793ff036dff8c96930fb1553. There arestill a bunch of problems, and apparently ${.ALLSRC} does not work as Iexpected.Fixes:          8f391d909808

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Wed, 29 Mar 2023 18:29:48 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f391d9098083044793ff036dff8c96930fb1553 - Rework {clang,lldb,llvm}-tblgen invocations to add --write-if-changed</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#8f391d9098083044793ff036dff8c96930fb1553</link>
        <description>Rework {clang,lldb,llvm}-tblgen invocations to add --write-if-changedThis flag ensures that the tblgen tools do not actually touch theproduced .inc file, if there are no changes to the contents. In turn,this may prevent a number of rebuilds of files that include such .incfiles, saving build time.While here, ensure that the shell invocations to locate the used tblgenbinary do not show unnecessary error messages.Reported by:	desMFC after:	1 week

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Wed, 29 Mar 2023 17:48:43 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab80f0b21fbb9c44d40e6f7a99090188f4ed2f71 - Ensure .inc files are regenerated when llvm/clang tblgen binaries change</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#ab80f0b21fbb9c44d40e6f7a99090188f4ed2f71</link>
        <description>Ensure .inc files are regenerated when llvm/clang tblgen binaries changeWhen doing a fully incremental build (with WITHOUT_CLEAN enabled), froma commit before llvm 15 was merged (3264f6b88fce), to a commit afterthat, a number of .inc files were not regenerated. This could lead tounexpected compilation errors when these .inc files were included fromllvm-project sources, similar to:  In file included from /usr/src/contrib/llvm-project/clang/lib/CodeGen/CGBuiltin.cpp:8268:  /usr/obj/usr/src/amd64.amd64/lib/clang/libclang/clang/Basic/arm_mve_builtin_cg.inc:279:18: error: no matching constructor for initialization of &apos;clang::CodeGen::Address&apos;    Address Val2 = Address(Val1, CharUnits::fromQuantity(2));                   ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Work around this by making the .inc files dependent on the tblgen binaryused for generating them. E.g., we can relatively safely assume that ifthe binary gets updated, the .inc files must also be updated. (Althoughthis is not 100% optimal, the gain by complicating things even more isprobaby not worth the effort.)MFC after:	3 daysReviewed by:	emasteDifferential Revision: https://reviews.freebsd.org/D38770

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Sat, 25 Feb 2023 15:25:57 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe6060f10f634930ff71b7c50291ddc610da2475 - Merge llvm-project main llvmorg-13-init-16847-g88e66fa60ae5</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#fe6060f10f634930ff71b7c50291ddc610da2475</link>
        <description>Merge llvm-project main llvmorg-13-init-16847-g88e66fa60ae5This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb andopenmp to llvmorg-13-init-16847-g88e66fa60ae5, the last commit beforethe upstream release/13.x branch was created.PR:		258209MFC after:	2 weeks

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Sun, 22 Aug 2021 19:00:43 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>874d8270d9031f12d84b75d4ad77ebe7cd3c1f62 - Fix llvm-strings.1 not installing, this was a copy/paste error.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#874d8270d9031f12d84b75d4ad77ebe7cd3c1f62</link>
        <description>Fix llvm-strings.1 not installing, this was a copy/paste error.MFC after:	3 weeks

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Sun, 28 Jun 2020 18:02:51 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>62cfcf62f627e5093fb37026a6d8c98e4d2ef04c - Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#62cfcf62f627e5093fb37026a6d8c98e4d2ef04c</link>
        <description>Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmpllvmorg-10.0.1-rc2-0-g77d76b71d7d.Also add a few more llvm utilities under WITH_CLANG_EXTRAS:* llvm-dwp, a utility for merging DWARF 5 Split DWARF .dwo files into  .dwp (DWARF package files)* llvm-size, a size(1) replacement* llvm-strings, a strings(1) replacementMFC after:	3 weeks

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Sun, 28 Jun 2020 07:43:43 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fbd7087b0be2f327f806a85b92789a719138df8c - strings: Unconditionally install ELF Tool Chain&apos;s strings</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#fbd7087b0be2f327f806a85b92789a719138df8c</link>
        <description>strings: Unconditionally install ELF Tool Chain&apos;s stringsllvm-strings may consume a large amount of memory while reading theinput file before producing any output.ELF Tool Chain&apos;s strings is small and lightweight, and we always installstrings regardless of WITH_/WITHOUT_TOOLCHAIN settings (as it is usefulin many contexts).  Return to always installing ELF Tool Chain&apos;s versionof strings.This reverts commit 81fa5c4a828bec9f1ead280c59c31bd423e6eeea.This reverts commit 7ca3db1999cd967f9d6d7b259aa7af54aae14a5f.PR:		286605Reported by:	olivierReviewed by:	olivier, brooksSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D50084

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Wed, 30 Apr 2025 13:35:54 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>81fa5c4a828bec9f1ead280c59c31bd423e6eeea - llvm-strings: Install as strings when WITH_LLVM_BINUTILS=YES</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#81fa5c4a828bec9f1ead280c59c31bd423e6eeea</link>
        <description>llvm-strings: Install as strings when WITH_LLVM_BINUTILS=YESReviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D32065

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Wed, 05 Apr 2023 19:53:33 +0000</pubDate>
        <dc:creator>Cameron Katri &lt;me@cameronkatri.com&gt;</dc:creator>
    </item>
<item>
        <title>4dc3b1fa1bbcf20f7713d94776a1604964ada32b - Revert &quot;Ensure .inc files are regenerated when llvm/clang tblgen binaries change&quot;</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#4dc3b1fa1bbcf20f7713d94776a1604964ada32b</link>
        <description>Revert &quot;Ensure .inc files are regenerated when llvm/clang tblgen binaries change&quot;This reverts commit ab80f0b21fbb9c44d40e6f7a99090188f4ed2f71. The intentof this change was to avoid possible compilation errors when certain.inc files were not regenerated, but the method turns out to cause waymore rebuilds than anticipated. Another method will have to be found,and in the mean time, WITH_CLEAN is the solution that always works.Fixes:		ab80f0b21fbb

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Wed, 29 Mar 2023 18:37:02 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d8ed7fa3d55d57f3bb3c2eeb8826e3e0a63ccdc3 - Revert &quot;Rework {clang,lldb,llvm}-tblgen invocations to add --write-if-changed&quot;</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#d8ed7fa3d55d57f3bb3c2eeb8826e3e0a63ccdc3</link>
        <description>Revert &quot;Rework {clang,lldb,llvm}-tblgen invocations to add --write-if-changed&quot;This reverts commit 8f391d9098083044793ff036dff8c96930fb1553. There arestill a bunch of problems, and apparently ${.ALLSRC} does not work as Iexpected.Fixes:          8f391d909808

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Wed, 29 Mar 2023 18:29:48 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f391d9098083044793ff036dff8c96930fb1553 - Rework {clang,lldb,llvm}-tblgen invocations to add --write-if-changed</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#8f391d9098083044793ff036dff8c96930fb1553</link>
        <description>Rework {clang,lldb,llvm}-tblgen invocations to add --write-if-changedThis flag ensures that the tblgen tools do not actually touch theproduced .inc file, if there are no changes to the contents. In turn,this may prevent a number of rebuilds of files that include such .incfiles, saving build time.While here, ensure that the shell invocations to locate the used tblgenbinary do not show unnecessary error messages.Reported by:	desMFC after:	1 week

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Wed, 29 Mar 2023 17:48:43 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab80f0b21fbb9c44d40e6f7a99090188f4ed2f71 - Ensure .inc files are regenerated when llvm/clang tblgen binaries change</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#ab80f0b21fbb9c44d40e6f7a99090188f4ed2f71</link>
        <description>Ensure .inc files are regenerated when llvm/clang tblgen binaries changeWhen doing a fully incremental build (with WITHOUT_CLEAN enabled), froma commit before llvm 15 was merged (3264f6b88fce), to a commit afterthat, a number of .inc files were not regenerated. This could lead tounexpected compilation errors when these .inc files were included fromllvm-project sources, similar to:  In file included from /usr/src/contrib/llvm-project/clang/lib/CodeGen/CGBuiltin.cpp:8268:  /usr/obj/usr/src/amd64.amd64/lib/clang/libclang/clang/Basic/arm_mve_builtin_cg.inc:279:18: error: no matching constructor for initialization of &apos;clang::CodeGen::Address&apos;    Address Val2 = Address(Val1, CharUnits::fromQuantity(2));                   ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Work around this by making the .inc files dependent on the tblgen binaryused for generating them. E.g., we can relatively safely assume that ifthe binary gets updated, the .inc files must also be updated. (Althoughthis is not 100% optimal, the gain by complicating things even more isprobaby not worth the effort.)MFC after:	3 daysReviewed by:	emasteDifferential Revision: https://reviews.freebsd.org/D38770

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Sat, 25 Feb 2023 15:25:57 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe6060f10f634930ff71b7c50291ddc610da2475 - Merge llvm-project main llvmorg-13-init-16847-g88e66fa60ae5</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llvm-strings/Makefile#fe6060f10f634930ff71b7c50291ddc610da2475</link>
        <description>Merge llvm-project main llvmorg-13-init-16847-g88e66fa60ae5This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb andopenmp to llvmorg-13-init-16847-g88e66fa60ae5, the last commit beforethe upstream release/13.x branch was created.PR:		258209MFC after:	2 weeks

            List of files:
            /src/usr.bin/clang/llvm-strings/Makefile</description>
        <pubDate>Sun, 22 Aug 2021 19:00:43 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
