<?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 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/clang/llvm-diff/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.bin/clang/llvm-diff/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>0b57cec5 - Move all sources from the llvm project into contrib/llvm-project.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/clang/llvm-diff/Makefile#0b57cec5</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:
            /freebsd-14.2/usr.bin/clang/llvm-diff/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>5e00e530 - Minimize library dependencies for some llvm tools.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/clang/llvm-diff/Makefile#5e00e530</link>
        <description>Minimize library dependencies for some llvm tools.

            List of files:
            /freebsd-14.2/usr.bin/clang/llvm-diff/Makefile</description>
        <pubDate>Sun, 24 Dec 2017 12:42:30 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>986e05bc - Completely revamp the way llvm, clang and lldb are built.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/clang/llvm-diff/Makefile#986e05bc</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:
            /freebsd-14.2/usr.bin/clang/llvm-diff/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>7fff4413 - Update build glue for clang and the llvm/clang extras.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/clang/llvm-diff/Makefile#7fff4413</link>
        <description>Update build glue for clang and the llvm/clang extras.

            List of files:
            /freebsd-14.2/usr.bin/clang/llvm-diff/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>ffa548ae - Next part of updating llvm/clang build glue: getting the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/clang/llvm-diff/Makefile#ffa548ae</link>
        <description>Next part of updating llvm/clang build glue: getting theWITH_CLANG_EXTRAS tools built.

            List of files:
            /freebsd-14.2/usr.bin/clang/llvm-diff/Makefile</description>
        <pubDate>Thu, 31 Dec 2015 17:37:35 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8a166caf - Allow us to build clang for ARM EABI. Clang and llvm use the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.bin/clang/llvm-diff/Makefile#8a166caf</link>
        <description>Allow us to build clang for ARM EABI. Clang and llvm use thearm-gnueabi-freebsd10.0 triple for EABI. Use this when we are on arm orarmv6 and are building for EABI.Reviewed by:	dim

            List of files:
            /freebsd-14.2/usr.bin/clang/llvm-diff/Makefile</description>
        <pubDate>Tue, 12 Feb 2013 05:56:00 +0000</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
