[llvm-dev] Llvm build is broken (at least on FreeBSD)

C Bergström via llvm-dev llvm-dev at lists.llvm.org
Wed Nov 2 12:38:56 PDT 2016


fwiw we aren't seeing a build issue, but "we" do things very differently.

This is based off fully open source clang packages with no gnu at all.

Binaries
---------------
http://c591116.r14.cf2.rackcdn.com/FreeBSD/nightly/clang-suite-nightly-installer.run

Source and patches
--------------------------
We're building things a little different. This was inspired by our
internal build which tightly builds and couples all components
together without gcc deps. (Not saying this is the "right way", but
it's how we're doing it)

# Source is here
https://github.com/pathscale/clang-suite/

# The handful of small patches we're apply are here
# We will slowly work to get them upstream
https://github.com/pathscale/clang-suite/tree/master/patches

On Thu, Nov 3, 2016 at 3:22 AM, Renato Golin via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> On 2 November 2016 at 12:04, Yuri via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>> Current revision 285840 fails to build on FreeBSD.
>
> It could be a recent commit, but our buildbots are down, so we'll have to wait.
>
> The best thing to do right now is to "git blame" on the file that
> fails and, if it's a commit from today, email to the developer asking
> to look into / revert the patch, at least until all the bots are up
> and running.
>
> cheers,
> --renato
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list