<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llc/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/llc/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>7a6dacaca14b62ca4b74406814becb87a3fefac0 - Merge llvm-project main llvmorg-18-init-18359-g93248729cfae</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llc/Makefile#7a6dacaca14b62ca4b74406814becb87a3fefac0</link>
        <description>Merge llvm-project main llvmorg-18-init-18359-g93248729cfaeThis updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb andopenmp to llvm-project main llvmorg-18-init-18359-g93248729cfae, thelast commit before the upstream release/18.x branch was created.PR:		276104MFC after:	1 month

            List of files:
            /src/usr.bin/clang/llc/Makefile</description>
        <pubDate>Wed, 24 Jan 2024 19:17:23 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@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/llc/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.bin/clang/llc/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>f576172682401984fcf5e422d31086499caaebcf - Move LIBADD lines from usr.bin/clang/*/Makefile one level up</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llc/Makefile#f576172682401984fcf5e422d31086499caaebcf</link>
        <description>Move LIBADD lines from usr.bin/clang/*/Makefile one level upSome utilities under usr.bin/clang were only linked to libz, while mostothers were linked to libz and libzstd. Make this consistent, and removerepetition, by moving these LIBADD lines to usr.bin/clang/clang.prog.mkand usr.bin/clang/clang.prog.mk.MFC after:	3 days

            List of files:
            /src/usr.bin/clang/llc/Makefile</description>
        <pubDate>Sun, 23 Jul 2023 20:04:46 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bdd1243df58e60e85101c09001d9812a789b6bc4 - Merge llvm-project main llvmorg-16-init-18548-gb0daacf58f41</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llc/Makefile#bdd1243df58e60e85101c09001d9812a789b6bc4</link>
        <description>Merge llvm-project main llvmorg-16-init-18548-gb0daacf58f41This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb andopenmp to llvmorg-16-init-18548-gb0daacf58f41.PR:		271047MFC after:	1 month

            List of files:
            /src/usr.bin/clang/llc/Makefile</description>
        <pubDate>Fri, 14 Apr 2023 21:41:27 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b57cec536236d46e3dba9bd041533462f33dbb7 - Move all sources from the llvm project into contrib/llvm-project.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llc/Makefile#0b57cec536236d46e3dba9bd041533462f33dbb7</link>
        <description>Move all sources from the llvm project into contrib/llvm-project.This uses the new layout of the upstream repository, which was recentlymigrated to GitHub, and converted into a &quot;monorepo&quot;.  That is, most ofthe earlier separate sub-projects with their own branches and tags wereconsolidated into one top-level directory, and are now branched andtagged together.Updating the vendor area to match this layout is next.

            List of files:
            /src/usr.bin/clang/llc/Makefile</description>
        <pubDate>Fri, 20 Dec 2019 19:53:05 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@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/llc/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/llc/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>7a6dacaca14b62ca4b74406814becb87a3fefac0 - Merge llvm-project main llvmorg-18-init-18359-g93248729cfae</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llc/Makefile#7a6dacaca14b62ca4b74406814becb87a3fefac0</link>
        <description>Merge llvm-project main llvmorg-18-init-18359-g93248729cfaeThis updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb andopenmp to llvm-project main llvmorg-18-init-18359-g93248729cfae, thelast commit before the upstream release/18.x branch was created.PR:		276104MFC after:	1 month

            List of files:
            /src/usr.bin/clang/llc/Makefile</description>
        <pubDate>Wed, 24 Jan 2024 19:17:23 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@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/llc/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.bin/clang/llc/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>f576172682401984fcf5e422d31086499caaebcf - Move LIBADD lines from usr.bin/clang/*/Makefile one level up</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llc/Makefile#f576172682401984fcf5e422d31086499caaebcf</link>
        <description>Move LIBADD lines from usr.bin/clang/*/Makefile one level upSome utilities under usr.bin/clang were only linked to libz, while mostothers were linked to libz and libzstd. Make this consistent, and removerepetition, by moving these LIBADD lines to usr.bin/clang/clang.prog.mkand usr.bin/clang/clang.prog.mk.MFC after:	3 days

            List of files:
            /src/usr.bin/clang/llc/Makefile</description>
        <pubDate>Sun, 23 Jul 2023 20:04:46 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bdd1243df58e60e85101c09001d9812a789b6bc4 - Merge llvm-project main llvmorg-16-init-18548-gb0daacf58f41</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llc/Makefile#bdd1243df58e60e85101c09001d9812a789b6bc4</link>
        <description>Merge llvm-project main llvmorg-16-init-18548-gb0daacf58f41This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb andopenmp to llvmorg-16-init-18548-gb0daacf58f41.PR:		271047MFC after:	1 month

            List of files:
            /src/usr.bin/clang/llc/Makefile</description>
        <pubDate>Fri, 14 Apr 2023 21:41:27 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b57cec536236d46e3dba9bd041533462f33dbb7 - Move all sources from the llvm project into contrib/llvm-project.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llc/Makefile#0b57cec536236d46e3dba9bd041533462f33dbb7</link>
        <description>Move all sources from the llvm project into contrib/llvm-project.This uses the new layout of the upstream repository, which was recentlymigrated to GitHub, and converted into a &quot;monorepo&quot;.  That is, most ofthe earlier separate sub-projects with their own branches and tags wereconsolidated into one top-level directory, and are now branched andtagged together.Updating the vendor area to match this layout is next.

            List of files:
            /src/usr.bin/clang/llc/Makefile</description>
        <pubDate>Fri, 20 Dec 2019 19:53:05 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1cf56d672db8924d7190d3ed21c98c7225fb9227 - Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.0</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llc/Makefile#1cf56d672db8924d7190d3ed21c98c7225fb9227</link>
        <description>Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.0release, and add lld 3.9.0.  Also completely revamp the build system forclang, llvm, lldb and their related tools.Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11support to build; see UPDATING for more information.Release notes for llvm, clang and lld are available here:&lt;http://llvm.org/releases/3.9.0/docs/ReleaseNotes.html&gt;&lt;http://llvm.org/releases/3.9.0/tools/clang/docs/ReleaseNotes.html&gt;&lt;http://llvm.org/releases/3.9.0/tools/lld/docs/ReleaseNotes.html&gt;Thanks to Ed Maste, Bryan Drewery, Andrew Turner, Antoine Brodin and JanBeich for their help.Relnotes:	yesMFC after:	1 month

            List of files:
            /src/usr.bin/clang/llc/Makefile</description>
        <pubDate>Thu, 24 Nov 2016 22:54:55 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>986e05bc2a18e58ffe5ad5c944e4c188d01a4462 - Completely revamp the way llvm, clang and lldb are built.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llc/Makefile#986e05bc2a18e58ffe5ad5c944e4c188d01a4462</link>
        <description>Completely revamp the way llvm, clang and lldb are built.* Bootstrap llvm-tblgen and clang-tblgen with a minimal llvm static  library, that has no other dependencies.* Roll up all separate llvm libraries into one big static libllvm.* Similar for all separate clang and lldb static libraries.* For all these libraries, generate their .inc files only once.* Link all llvm tools (including extra) against the big libllvm.* Link clang and clang-format against the big libllvm and libclang.* Link lldb against the big libllvm, libclang and liblldb.N.B.: This is work in progress, some details may still be missing.It also heavily depends on bsd.*.mk&apos;s support for SRCS and DPSRCS withrelative pathnames, which apparently does not always work as expected.For building llvm, clang and lldb though, it seems to work just fine.The main idea behind this restructuring is maintainability and buildpeformance.  The previous large number of very small libraries, eachwith their own generated files and dependencies was slow to traverseand hard to understand.Possible future improvements:* Only build certain targets, e.g. for most regular users having just  one target will be fine.  This will shave off some build time.* Building the big llvm, clang and lldb libraries as shared (private)  libraries.* Adding other components from the LLVM project, such as lld.

            List of files:
            /src/usr.bin/clang/llc/Makefile</description>
        <pubDate>Fri, 26 Aug 2016 22:44:22 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7fff4413af5f22ce98eac43f9a94cfe77d5fcef1 - Update build glue for clang and the llvm/clang extras.</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llc/Makefile#7fff4413af5f22ce98eac43f9a94cfe77d5fcef1</link>
        <description>Update build glue for clang and the llvm/clang extras.

            List of files:
            /src/usr.bin/clang/llc/Makefile</description>
        <pubDate>Fri, 19 Aug 2016 17:55:34 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b655ec9752ee1da47110c5f0dacc0003ca55a7ad - MFH</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llc/Makefile#b655ec9752ee1da47110c5f0dacc0003ca55a7ad</link>
        <description>MFHSponsored by:	The FreeBSD Foundation

            List of files:
            /src/usr.bin/clang/llc/Makefile</description>
        <pubDate>Sun, 06 Mar 2016 04:13:17 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e74e149f7801a4078b9088b71c19a770e3cc9c40 - Upgrade our copies of clang, llvm, lldb and compiler-rt to 3.8.0</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llc/Makefile#e74e149f7801a4078b9088b71c19a770e3cc9c40</link>
        <description>Upgrade our copies of clang, llvm, lldb and compiler-rt to 3.8.0release.Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11support to build; see UPDATING for more information.Release notes for llvm and clang will soon be available here:&lt;http://llvm.org/releases/3.8.0/docs/ReleaseNotes.html&gt;&lt;http://llvm.org/releases/3.8.0/tools/clang/docs/ReleaseNotes.html&gt;Thanks to Ed Maste, Roman Divacky, Davide Italiano and Antoine Brodinfor their help.Relnotes:	yes

            List of files:
            /src/usr.bin/clang/llc/Makefile</description>
        <pubDate>Sat, 05 Mar 2016 20:24:31 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dbc595b2aef4a0b0f115d7297ee1234f6ade8d21 - Some additional llvm tools need libz.  While here, consistently use</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llc/Makefile#dbc595b2aef4a0b0f115d7297ee1234f6ade8d21</link>
        <description>Some additional llvm tools need libz.  While here, consistently useLIBADD+=.

            List of files:
            /src/usr.bin/clang/llc/Makefile</description>
        <pubDate>Wed, 06 Jan 2016 21:28:39 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llc/Makefile#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/usr.bin/clang/llc/Makefile</description>
        <pubDate>Mon, 04 Jan 2016 19:19:48 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ffa548ae3e01619b2dd07d722eb8a00a711928bd - Next part of updating llvm/clang build glue: getting the</title>
        <link>http://opengrok.net:8080/history/src/usr.bin/clang/llc/Makefile#ffa548ae3e01619b2dd07d722eb8a00a711928bd</link>
        <description>Next part of updating llvm/clang build glue: getting theWITH_CLANG_EXTRAS tools built.

            List of files:
            /src/usr.bin/clang/llc/Makefile</description>
        <pubDate>Thu, 31 Dec 2015 17:37:35 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
